home *** CD-ROM | disk | FTP | other *** search
/ Liberation Day / Liberation Day.bin / GLOBALS / GLOBAL.MDB / Building Types.json < prev    next >
JavaScript Object Notation  |  1998-02-28  |  67KB

  1. {
  2.     "schema": {
  3.         "Counter": "Long Integer",
  4.         "TypeID": "Long Integer NOT NULL",
  5.         "NameEnglish": "Text (50) NOT NULL",
  6.         "NameGerman": "Text (50) NOT NULL",
  7.         "NameFrench": "Text (50) NOT NULL",
  8.         "BuildingCat": "Long Integer NOT NULL",
  9.         "Race": "Long Integer NOT NULL",
  10.         "CanBuild": "Boolean NOT NULL",
  11.         "Prerequisite": "Long Integer",
  12.         "UniqueOnMap": "Boolean NOT NULL",
  13.         "TransformIntoUnit": "Long Integer NOT NULL",
  14.         "SizeX": "Long Integer NOT NULL",
  15.         "SizeY": "Long Integer NOT NULL",
  16.         "Position": "Long Integer NOT NULL",
  17.         "Cost": "Long Integer NOT NULL",
  18.         "Recycle": "Long Integer NOT NULL",
  19.         "TechReward": "Long Integer NOT NULL",
  20.         "ResProduction": "Long Integer NOT NULL",
  21.         "Production": "Text (50)",
  22.         "Armor": "Long Integer NOT NULL",
  23.         "isDestructible": "Boolean NOT NULL",
  24.         "hasRuin": "Boolean NOT NULL",
  25.         "isAItarget": "Boolean NOT NULL",
  26.         "AIcategory": "Long Integer NOT NULL",
  27.         "ImageID": "Text (5) NOT NULL",
  28.         "DamagedImages": "Boolean NOT NULL",
  29.         "EncyclopediaEnglish": "Text (250)",
  30.         "EncyclopediaGerman": "Text (250)",
  31.         "EncyclopediaFrench": "Text (250)",
  32.         "EncyclopediaFrame": "Long Integer NOT NULL",
  33.         "ExplosionAnimation_Begin": "Long Integer NOT NULL",
  34.         "ExplosionAnimation_Qty": "Long Integer NOT NULL",
  35.         "ProductionFrench": "Text (50)",
  36.         "ProductionGerman": "Text (50)"
  37.     },
  38.     "data": [
  39.         {
  40.             "Counter": 60,
  41.             "TypeID": 130,
  42.             "NameEnglish": "Headquarters",
  43.             "NameGerman": "Hauptquartier",
  44.             "NameFrench": "Quartier G├⌐n├⌐ral",
  45.             "BuildingCat": 0,
  46.             "Race": 0,
  47.             "CanBuild": 1,
  48.             "Prerequisite": 65535,
  49.             "UniqueOnMap": 1,
  50.             "TransformIntoUnit": 65535,
  51.             "SizeX": 4,
  52.             "SizeY": 4,
  53.             "Position": 3,
  54.             "Cost": 0,
  55.             "Recycle": 0,
  56.             "TechReward": 0,
  57.             "ResProduction": 50,
  58.             "Production": "50 Deploy+Trooper",
  59.             "Armor": 500,
  60.             "isDestructible": 1,
  61.             "hasRuin": 1,
  62.             "isAItarget": 1,
  63.             "AIcategory": 9,
  64.             "ImageID": "Hhq",
  65.             "DamagedImages": 1,
  66.             "EncyclopediaEnglish": "The HQ is the first structure which is built in the city. It gives 50 deployment points and the ability to deploy the Trooper.",
  67.             "EncyclopediaGerman": "Das HQ ist das erste Bauwerk, das in einer City errichtet wird. Es erbringt 50 Stationierungs-Punkte und die M├╢glichkeit, Trooper zu stationieren.",
  68.             "EncyclopediaFrench": "Le Quartier G├⌐n├⌐ral permet de d├⌐ployer le Soldat. De plus, il donne 50 points de d├⌐ploiement.",
  69.             "EncyclopediaFrame": 40,
  70.             "ExplosionAnimation_Begin": 1,
  71.             "ExplosionAnimation_Qty": 25,
  72.             "ProductionFrench": "Soldat et 50 points de d├⌐ploiement",
  73.             "ProductionGerman": "Trooper+50 Stationierungspunkte"
  74.         },
  75.         {
  76.             "Counter": 61,
  77.             "TypeID": 131,
  78.             "NameEnglish": "Deploy Mk1",
  79.             "NameGerman": "StatCent1",
  80.             "NameFrench": "D├⌐ploiement I",
  81.             "BuildingCat": 0,
  82.             "Race": 0,
  83.             "CanBuild": 1,
  84.             "Prerequisite": 130,
  85.             "UniqueOnMap": 0,
  86.             "TransformIntoUnit": 65535,
  87.             "SizeX": 2,
  88.             "SizeY": 2,
  89.             "Position": 3,
  90.             "Cost": 200,
  91.             "Recycle": 150,
  92.             "TechReward": 0,
  93.             "ResProduction": 100,
  94.             "Production": "Deploy points",
  95.             "Armor": 150,
  96.             "isDestructible": 1,
  97.             "hasRuin": 1,
  98.             "isAItarget": 1,
  99.             "AIcategory": 9,
  100.             "ImageID": "HDEP",
  101.             "DamagedImages": 1,
  102.             "EncyclopediaEnglish": "The Deployment Center allows the player to deploy more units. A player can use up to 10 deployment centers at maximum. Each Deployment Center will give more deployment points as the game progresses.",
  103.             "EncyclopediaGerman": "Das Stationierungs-Center erlaubt die Stationierung weiterer Einheiten. Bis zu 10 Stat.-Center sind einem Spieler erlaubt. Jedes davon erbringt im Verlauf des Spieles zus├ñtzliche Stationierungspunkte.",
  104.             "EncyclopediaFrench": "Le centre de d├⌐ploiement permet de d├⌐ployer plus d'unit├⌐s lors de vos attaques. Un joueur peut en poss├⌐der 10 au maximum.",
  105.             "EncyclopediaFrame": 31,
  106.             "ExplosionAnimation_Begin": 1,
  107.             "ExplosionAnimation_Qty": 25,
  108.             "ProductionFrench": "Points de D├⌐ploiment",
  109.             "ProductionGerman": "Stationierungspunkte"
  110.         },
  111.         {
  112.             "Counter": 63,
  113.             "TypeID": 110,
  114.             "NameEnglish": "Factory",
  115.             "NameGerman": "Fabrik",
  116.             "NameFrench": "Usine",
  117.             "BuildingCat": 0,
  118.             "Race": 0,
  119.             "CanBuild": 1,
  120.             "Prerequisite": 134,
  121.             "UniqueOnMap": 1,
  122.             "TransformIntoUnit": 65535,
  123.             "SizeX": 3,
  124.             "SizeY": 3,
  125.             "Position": 3,
  126.             "Cost": 150,
  127.             "Recycle": 115,
  128.             "TechReward": 0,
  129.             "ResProduction": 0,
  130.             "Production": "LAV",
  131.             "Armor": 250,
  132.             "isDestructible": 1,
  133.             "hasRuin": 1,
  134.             "isAItarget": 1,
  135.             "AIcategory": 9,
  136.             "ImageID": "Hfac",
  137.             "DamagedImages": 1,
  138.             "EncyclopediaFrame": 34,
  139.             "ExplosionAnimation_Begin": 1,
  140.             "ExplosionAnimation_Qty": 25,
  141.             "ProductionFrench": "LAV",
  142.             "ProductionGerman": "LAV"
  143.         },
  144.         {
  145.             "Counter": 65,
  146.             "TypeID": 112,
  147.             "NameEnglish": "Buggy Shop",
  148.             "NameGerman": "BuggyWerkst",
  149.             "NameFrench": "Garage",
  150.             "BuildingCat": 0,
  151.             "Race": 0,
  152.             "CanBuild": 1,
  153.             "Prerequisite": 173,
  154.             "UniqueOnMap": 1,
  155.             "TransformIntoUnit": 65535,
  156.             "SizeX": 2,
  157.             "SizeY": 2,
  158.             "Position": 3,
  159.             "Cost": 150,
  160.             "Recycle": 115,
  161.             "TechReward": 0,
  162.             "ResProduction": 0,
  163.             "Production": "Buggy",
  164.             "Armor": 150,
  165.             "isDestructible": 1,
  166.             "hasRuin": 1,
  167.             "isAItarget": 1,
  168.             "AIcategory": 9,
  169.             "ImageID": "HBF",
  170.             "DamagedImages": 1,
  171.             "EncyclopediaFrame": 26,
  172.             "ExplosionAnimation_Begin": 1,
  173.             "ExplosionAnimation_Qty": 25,
  174.             "ProductionFrench": "Buggy",
  175.             "ProductionGerman": "Buggy"
  176.         },
  177.         {
  178.             "Counter": 66,
  179.             "TypeID": 113,
  180.             "NameEnglish": "Ballistics",
  181.             "NameGerman": "Ballistik",
  182.             "NameFrench": "Ballistique",
  183.             "BuildingCat": 0,
  184.             "Race": 0,
  185.             "CanBuild": 1,
  186.             "Prerequisite": 114,
  187.             "UniqueOnMap": 1,
  188.             "TransformIntoUnit": 65535,
  189.             "SizeX": 2,
  190.             "SizeY": 2,
  191.             "Position": 3,
  192.             "Cost": 500,
  193.             "Recycle": 375,
  194.             "TechReward": 0,
  195.             "ResProduction": 0,
  196.             "Production": "Artillery",
  197.             "Armor": 200,
  198.             "isDestructible": 1,
  199.             "hasRuin": 1,
  200.             "isAItarget": 1,
  201.             "AIcategory": 9,
  202.             "ImageID": "HAF",
  203.             "DamagedImages": 1,
  204.             "EncyclopediaFrame": 18,
  205.             "ExplosionAnimation_Begin": 1,
  206.             "ExplosionAnimation_Qty": 25,
  207.             "ProductionFrench": "Artillerie",
  208.             "ProductionGerman": "Artillerie"
  209.         },
  210.         {
  211.             "Counter": 67,
  212.             "TypeID": 114,
  213.             "NameEnglish": "Smelter",
  214.             "NameGerman": "Smelter",
  215.             "NameFrench": "Usine Char",
  216.             "BuildingCat": 0,
  217.             "Race": 0,
  218.             "CanBuild": 1,
  219.             "Prerequisite": 174,
  220.             "UniqueOnMap": 1,
  221.             "TransformIntoUnit": 65535,
  222.             "SizeX": 3,
  223.             "SizeY": 3,
  224.             "Position": 3,
  225.             "Cost": 300,
  226.             "Recycle": 225,
  227.             "TechReward": 0,
  228.             "ResProduction": 0,
  229.             "Production": "Main Tank",
  230.             "Armor": 300,
  231.             "isDestructible": 1,
  232.             "hasRuin": 1,
  233.             "isAItarget": 1,
  234.             "AIcategory": 9,
  235.             "ImageID": "HTF",
  236.             "DamagedImages": 1,
  237.             "EncyclopediaFrame": 60,
  238.             "ExplosionAnimation_Begin": 1,
  239.             "ExplosionAnimation_Qty": 25,
  240.             "ProductionFrench": "Char",
  241.             "ProductionGerman": "Kommando-Panzer"
  242.         },
  243.         {
  244.             "Counter": 68,
  245.             "TypeID": 115,
  246.             "NameEnglish": "Grav Shop",
  247.             "NameGerman": "GravWerkst",
  248.             "NameFrench": "Usine Grav",
  249.             "BuildingCat": 0,
  250.             "Race": 0,
  251.             "CanBuild": 1,
  252.             "Prerequisite": 114,
  253.             "UniqueOnMap": 1,
  254.             "TransformIntoUnit": 65535,
  255.             "SizeX": 3,
  256.             "SizeY": 3,
  257.             "Position": 3,
  258.             "Cost": 250,
  259.             "Recycle": 190,
  260.             "TechReward": 0,
  261.             "ResProduction": 0,
  262.             "Production": "Grav Bike",
  263.             "Armor": 200,
  264.             "isDestructible": 1,
  265.             "hasRuin": 1,
  266.             "isAItarget": 1,
  267.             "AIcategory": 9,
  268.             "ImageID": "HGF",
  269.             "DamagedImages": 1,
  270.             "EncyclopediaFrame": 37,
  271.             "ExplosionAnimation_Begin": 1,
  272.             "ExplosionAnimation_Qty": 25,
  273.             "ProductionFrench": "Moto-Grav",
  274.             "ProductionGerman": "Grav-Bike"
  275.         },
  276.         {
  277.             "Counter": 69,
  278.             "TypeID": 116,
  279.             "NameEnglish": "Rocket Ctr",
  280.             "NameGerman": "RaketCent",
  281.             "NameFrench": "Usine Rockette",
  282.             "BuildingCat": 0,
  283.             "Race": 0,
  284.             "CanBuild": 1,
  285.             "Prerequisite": 117,
  286.             "UniqueOnMap": 1,
  287.             "TransformIntoUnit": 65535,
  288.             "SizeX": 3,
  289.             "SizeY": 2,
  290.             "Position": 3,
  291.             "Cost": 500,
  292.             "Recycle": 375,
  293.             "TechReward": 0,
  294.             "ResProduction": 0,
  295.             "Production": "Adv. Launcher",
  296.             "Armor": 200,
  297.             "isDestructible": 1,
  298.             "hasRuin": 1,
  299.             "isAItarget": 1,
  300.             "AIcategory": 9,
  301.             "ImageID": "HTOM",
  302.             "DamagedImages": 1,
  303.             "EncyclopediaFrame": 62,
  304.             "ExplosionAnimation_Begin": 1,
  305.             "ExplosionAnimation_Qty": 25,
  306.             "ProductionFrench": "Long Tom",
  307.             "ProductionGerman": "Raketenwerfer MK2"
  308.         },
  309.         {
  310.             "Counter": 70,
  311.             "TypeID": 117,
  312.             "NameEnglish": "Foundry",
  313.             "NameGerman": "Schmiede",
  314.             "NameFrench": "Fonderie",
  315.             "BuildingCat": 0,
  316.             "Race": 0,
  317.             "CanBuild": 1,
  318.             "Prerequisite": 175,
  319.             "UniqueOnMap": 1,
  320.             "TransformIntoUnit": 65535,
  321.             "SizeX": 3,
  322.             "SizeY": 3,
  323.             "Position": 3,
  324.             "Cost": 400,
  325.             "Recycle": 300,
  326.             "TechReward": 0,
  327.             "ResProduction": 0,
  328.             "Production": "Heavy Tank",
  329.             "Armor": 300,
  330.             "isDestructible": 1,
  331.             "hasRuin": 1,
  332.             "isAItarget": 1,
  333.             "AIcategory": 9,
  334.             "ImageID": "HATF",
  335.             "DamagedImages": 1,
  336.             "EncyclopediaFrame": 21,
  337.             "ExplosionAnimation_Begin": 1,
  338.             "ExplosionAnimation_Qty": 25,
  339.             "ProductionFrench": "Char d'Assaut",
  340.             "ProductionGerman": "Schwere Panzer"
  341.         },
  342.         {
  343.             "Counter": 71,
  344.             "TypeID": 133,
  345.             "NameEnglish": "Barracks",
  346.             "NameGerman": "Kaserne",
  347.             "NameFrench": "Baraque",
  348.             "BuildingCat": 0,
  349.             "Race": 0,
  350.             "CanBuild": 1,
  351.             "Prerequisite": 131,
  352.             "UniqueOnMap": 1,
  353.             "TransformIntoUnit": 65535,
  354.             "SizeX": 2,
  355.             "SizeY": 2,
  356.             "Position": 3,
  357.             "Cost": 100,
  358.             "Recycle": 75,
  359.             "TechReward": 0,
  360.             "ResProduction": 0,
  361.             "Production": "Grenadier",
  362.             "Armor": 150,
  363.             "isDestructible": 1,
  364.             "hasRuin": 1,
  365.             "isAItarget": 1,
  366.             "AIcategory": 9,
  367.             "ImageID": "HBAR",
  368.             "DamagedImages": 1,
  369.             "EncyclopediaFrame": 23,
  370.             "ExplosionAnimation_Begin": 1,
  371.             "ExplosionAnimation_Qty": 25,
  372.             "ProductionFrench": "Grenadier",
  373.             "ProductionGerman": "Grenadier"
  374.         },
  375.         {
  376.             "Counter": 72,
  377.             "TypeID": 134,
  378.             "NameEnglish": "SpecOps",
  379.             "NameGerman": "SpecOps",
  380.             "NameFrench": "Op. Sp├⌐ciales",
  381.             "BuildingCat": 0,
  382.             "Race": 0,
  383.             "CanBuild": 1,
  384.             "Prerequisite": 133,
  385.             "UniqueOnMap": 1,
  386.             "TransformIntoUnit": 65535,
  387.             "SizeX": 2,
  388.             "SizeY": 2,
  389.             "Position": 3,
  390.             "Cost": 200,
  391.             "Recycle": 150,
  392.             "TechReward": 0,
  393.             "ResProduction": 0,
  394.             "Production": "Commando+Elite Trooper",
  395.             "Armor": 150,
  396.             "isDestructible": 1,
  397.             "hasRuin": 1,
  398.             "isAItarget": 1,
  399.             "AIcategory": 9,
  400.             "ImageID": "HTRC",
  401.             "DamagedImages": 1,
  402.             "EncyclopediaFrame": 64,
  403.             "ExplosionAnimation_Begin": 1,
  404.             "ExplosionAnimation_Qty": 25,
  405.             "ProductionFrench": "Commando et Soldat ├ëlite",
  406.             "ProductionGerman": "Einzelk├ñmpfer+Elite-Trooper"
  407.         },
  408.         {
  409.             "Counter": 74,
  410.             "TypeID": 136,
  411.             "NameEnglish": "AA Factory",
  412.             "NameGerman": "AA-Fabrik",
  413.             "NameFrench": "Usine AA",
  414.             "BuildingCat": 0,
  415.             "Race": 0,
  416.             "CanBuild": 1,
  417.             "Prerequisite": 151,
  418.             "UniqueOnMap": 1,
  419.             "TransformIntoUnit": 65535,
  420.             "SizeX": 3,
  421.             "SizeY": 2,
  422.             "Position": 3,
  423.             "Cost": 200,
  424.             "Recycle": 150,
  425.             "TechReward": 0,
  426.             "ResProduction": 0,
  427.             "Production": "AA Tower & Vehicle",
  428.             "Armor": 200,
  429.             "isDestructible": 1,
  430.             "hasRuin": 1,
  431.             "isAItarget": 1,
  432.             "AIcategory": 9,
  433.             "ImageID": "Hfaa",
  434.             "DamagedImages": 1,
  435.             "EncyclopediaFrame": 33,
  436.             "ExplosionAnimation_Begin": 1,
  437.             "ExplosionAnimation_Qty": 25,
  438.             "ProductionFrench": "V├⌐hicule et tour AA",
  439.             "ProductionGerman": "AA Tower & Fahrzeug"
  440.         },
  441.         {
  442.             "Counter": 75,
  443.             "TypeID": 137,
  444.             "NameEnglish": "Uplink",
  445.             "NameGerman": "Sat.-Antenne",
  446.             "NameFrench": "Centre Satellite",
  447.             "BuildingCat": 0,
  448.             "Race": 0,
  449.             "CanBuild": 1,
  450.             "Prerequisite": 131,
  451.             "UniqueOnMap": 1,
  452.             "TransformIntoUnit": 65535,
  453.             "SizeX": 2,
  454.             "SizeY": 2,
  455.             "Position": 3,
  456.             "Cost": 50,
  457.             "Recycle": 0,
  458.             "TechReward": 0,
  459.             "ResProduction": 0,
  460.             "Production": "Spying",
  461.             "Armor": 200,
  462.             "isDestructible": 1,
  463.             "hasRuin": 1,
  464.             "isAItarget": 1,
  465.             "AIcategory": 9,
  466.             "ImageID": "Hspy",
  467.             "DamagedImages": 1,
  468.             "EncyclopediaEnglish": "The Satellite Uplink enables intelligence gathering by using the \"INTELLIGENCE\" button on the Continent Screen.",
  469.             "EncyclopediaGerman": "Die Satelliten-Verbindung erm├╢glicht nachrichtendienstliche Informationen durch Klick auf den Button ΓÇÿAUFKL├äRUNGΓÇÖ im Kontinental-Bildschirm.",
  470.             "EncyclopediaFrench": "Le Centre Satellite vous permet d'acc├⌐der ├á de l'information en cliquant sur le bouton \"INFORMATION\" dans l'├⌐cran du continent.",
  471.             "EncyclopediaFrame": 52,
  472.             "ExplosionAnimation_Begin": 1,
  473.             "ExplosionAnimation_Qty": 25,
  474.             "ProductionFrench": "Espionnage",
  475.             "ProductionGerman": "Spionage"
  476.         },
  477.         {
  478.             "Counter": 76,
  479.             "TypeID": 138,
  480.             "NameEnglish": "Missile Silo",
  481.             "NameGerman": "Raktetensilo",
  482.             "NameFrench": "Silo Nucl├⌐aire",
  483.             "BuildingCat": 0,
  484.             "Race": 0,
  485.             "CanBuild": 1,
  486.             "Prerequisite": 116,
  487.             "UniqueOnMap": 1,
  488.             "TransformIntoUnit": 65535,
  489.             "SizeX": 2,
  490.             "SizeY": 2,
  491.             "Position": 3,
  492.             "Cost": 2000,
  493.             "Recycle": 1500,
  494.             "TechReward": 0,
  495.             "ResProduction": 0,
  496.             "Production": "Nuke",
  497.             "Armor": 200,
  498.             "isDestructible": 1,
  499.             "hasRuin": 1,
  500.             "isAItarget": 1,
  501.             "AIcategory": 10,
  502.             "ImageID": "HNUK",
  503.             "DamagedImages": 1,
  504.             "EncyclopediaFrame": 49,
  505.             "ExplosionAnimation_Begin": 1,
  506.             "ExplosionAnimation_Qty": 25,
  507.             "ProductionFrench": "Missile Nucl├⌐aire",
  508.             "ProductionGerman": "Burst-Bombe"
  509.         },
  510.         {
  511.             "Counter": 79,
  512.             "TypeID": 170,
  513.             "NameEnglish": "Small Dock",
  514.             "NameGerman": "Kleindock",
  515.             "NameFrench": "Quai",
  516.             "BuildingCat": 0,
  517.             "Race": 0,
  518.             "CanBuild": 1,
  519.             "Prerequisite": 110,
  520.             "UniqueOnMap": 1,
  521.             "TransformIntoUnit": 65535,
  522.             "SizeX": 2,
  523.             "SizeY": 2,
  524.             "Position": 1,
  525.             "Cost": 150,
  526.             "Recycle": 90,
  527.             "TechReward": 0,
  528.             "ResProduction": 0,
  529.             "Production": "Attack Boat",
  530.             "Armor": 150,
  531.             "isDestructible": 1,
  532.             "hasRuin": 1,
  533.             "isAItarget": 1,
  534.             "AIcategory": 9,
  535.             "ImageID": "HSBF",
  536.             "DamagedImages": 1,
  537.             "EncyclopediaFrame": 55,
  538.             "ExplosionAnimation_Begin": 1,
  539.             "ExplosionAnimation_Qty": 25,
  540.             "ProductionFrench": "Neptune",
  541.             "ProductionGerman": "Angriffsboot"
  542.         },
  543.         {
  544.             "Counter": 80,
  545.             "TypeID": 171,
  546.             "NameEnglish": "Sub Base",
  547.             "NameGerman": "UBoot-Basis",
  548.             "NameFrench": "Port Sous-Marin",
  549.             "BuildingCat": 0,
  550.             "Race": 0,
  551.             "CanBuild": 1,
  552.             "Prerequisite": 114,
  553.             "UniqueOnMap": 1,
  554.             "TransformIntoUnit": 65535,
  555.             "SizeX": 2,
  556.             "SizeY": 2,
  557.             "Position": 1,
  558.             "Cost": 500,
  559.             "Recycle": 375,
  560.             "TechReward": 0,
  561.             "ResProduction": 0,
  562.             "Production": "Submarine",
  563.             "Armor": 200,
  564.             "isDestructible": 1,
  565.             "hasRuin": 1,
  566.             "isAItarget": 1,
  567.             "AIcategory": 9,
  568.             "ImageID": "HSSF",
  569.             "DamagedImages": 1,
  570.             "EncyclopediaFrame": 57,
  571.             "ExplosionAnimation_Begin": 1,
  572.             "ExplosionAnimation_Qty": 25,
  573.             "ProductionFrench": "Sous-Marin",
  574.             "ProductionGerman": "U-Boot"
  575.         },
  576.         {
  577.             "Counter": 81,
  578.             "TypeID": 172,
  579.             "NameEnglish": "Patrol Base",
  580.             "NameGerman": "PatrBasis",
  581.             "NameFrench": "Port Patrouilleur",
  582.             "BuildingCat": 0,
  583.             "Race": 0,
  584.             "CanBuild": 1,
  585.             "Prerequisite": 1017,
  586.             "UniqueOnMap": 1,
  587.             "TransformIntoUnit": 65535,
  588.             "SizeX": 3,
  589.             "SizeY": 2,
  590.             "Position": 1,
  591.             "Cost": 300,
  592.             "Recycle": 225,
  593.             "TechReward": 0,
  594.             "ResProduction": 0,
  595.             "Production": "Patrol Boat",
  596.             "Armor": 300,
  597.             "isDestructible": 1,
  598.             "hasRuin": 1,
  599.             "isAItarget": 1,
  600.             "AIcategory": 9,
  601.             "ImageID": "HPBF",
  602.             "DamagedImages": 1,
  603.             "EncyclopediaFrame": 50,
  604.             "ExplosionAnimation_Begin": 1,
  605.             "ExplosionAnimation_Qty": 25,
  606.             "ProductionFrench": "Patrouilleur",
  607.             "ProductionGerman": "Patrouillen-Boot"
  608.         },
  609.         {
  610.             "Counter": 83,
  611.             "TypeID": 150,
  612.             "NameEnglish": "Heliport",
  613.             "NameGerman": "Heliport",
  614.             "NameFrench": "H├⌐liport",
  615.             "BuildingCat": 0,
  616.             "Race": 0,
  617.             "CanBuild": 1,
  618.             "Prerequisite": 134,
  619.             "UniqueOnMap": 1,
  620.             "TransformIntoUnit": 65535,
  621.             "SizeX": 3,
  622.             "SizeY": 4,
  623.             "Position": 3,
  624.             "Cost": 300,
  625.             "Recycle": 225,
  626.             "TechReward": 0,
  627.             "ResProduction": 0,
  628.             "Production": "Transport+Gliders",
  629.             "Armor": 300,
  630.             "isDestructible": 1,
  631.             "hasRuin": 1,
  632.             "isAItarget": 1,
  633.             "AIcategory": 9,
  634.             "ImageID": "HHEL",
  635.             "DamagedImages": 1,
  636.             "EncyclopediaEnglish": "A Heliport enables the player to call in Automated units.",
  637.             "EncyclopediaGerman": "Ein Heliport erm├╢glicht die Anforderung von automatisierten Einheiten.",
  638.             "EncyclopediaFrench": "L'H├⌐liport permet d'appeler du support a├⌐rien.",
  639.             "EncyclopediaFrame": 39,
  640.             "ExplosionAnimation_Begin": 1,
  641.             "ExplosionAnimation_Qty": 25,
  642.             "ProductionFrench": "Transports et Planeurs",
  643.             "ProductionGerman": "Transporter + Gleiter"
  644.         },
  645.         {
  646.             "Counter": 84,
  647.             "TypeID": 151,
  648.             "NameEnglish": "Polytech",
  649.             "NameGerman": "Polytech",
  650.             "NameFrench": "Polytechnique",
  651.             "BuildingCat": 0,
  652.             "Race": 0,
  653.             "CanBuild": 1,
  654.             "Prerequisite": 173,
  655.             "UniqueOnMap": 1,
  656.             "TransformIntoUnit": 65535,
  657.             "SizeX": 3,
  658.             "SizeY": 3,
  659.             "Position": 3,
  660.             "Cost": 300,
  661.             "Recycle": 225,
  662.             "TechReward": 0,
  663.             "ResProduction": 0,
  664.             "Production": "Mine+Bridge",
  665.             "Armor": 250,
  666.             "isDestructible": 1,
  667.             "hasRuin": 1,
  668.             "isAItarget": 1,
  669.             "AIcategory": 10,
  670.             "ImageID": "HENG",
  671.             "DamagedImages": 1,
  672.             "EncyclopediaEnglish": "The Polytech enables the player to call in the following Automated units: Mine Detector and Bridge Transport.",
  673.             "EncyclopediaGerman": "Beim Polytech kann der Spieler die automatisierten Einheiten: ΓÇÿMinen-DetektorΓÇÖ und ΓÇÿBr├╝ckentransporterΓÇÖ anfordern.",
  674.             "EncyclopediaFrench": "La Polytechnique permet de d├⌐ployer le versatile ing├⌐nieur / d├⌐mineur.",
  675.             "EncyclopediaFrame": 32,
  676.             "ExplosionAnimation_Begin": 1,
  677.             "ExplosionAnimation_Qty": 25,
  678.             "ProductionFrench": "D├⌐mineurs+Ing├⌐nieurs",
  679.             "ProductionGerman": "Br├╝cke + Mine"
  680.         },
  681.         {
  682.             "Counter": 85,
  683.             "TypeID": 152,
  684.             "NameEnglish": "Ammo Depot",
  685.             "NameGerman": "Mun.-Depot",
  686.             "NameFrench": "Munitions",
  687.             "BuildingCat": 0,
  688.             "Race": 0,
  689.             "CanBuild": 1,
  690.             "Prerequisite": 114,
  691.             "UniqueOnMap": 1,
  692.             "TransformIntoUnit": 65535,
  693.             "SizeX": 2,
  694.             "SizeY": 2,
  695.             "Position": 3,
  696.             "Cost": 700,
  697.             "Recycle": 525,
  698.             "TechReward": 0,
  699.             "ResProduction": 0,
  700.             "Production": "Chopper",
  701.             "Armor": 200,
  702.             "isDestructible": 1,
  703.             "hasRuin": 1,
  704.             "isAItarget": 1,
  705.             "AIcategory": 10,
  706.             "ImageID": "HBCP",
  707.             "DamagedImages": 1,
  708.             "EncyclopediaFrame": 25,
  709.             "ExplosionAnimation_Begin": 1,
  710.             "ExplosionAnimation_Qty": 25,
  711.             "ProductionFrench": "H├⌐licopt├¿re",
  712.             "ProductionGerman": "Hubschrauber"
  713.         },
  714.         {
  715.             "Counter": 87,
  716.             "TypeID": 160,
  717.             "NameEnglish": "Airbase",
  718.             "NameGerman": "Airbase",
  719.             "NameFrench": "A├⌐roport",
  720.             "BuildingCat": 0,
  721.             "Race": 0,
  722.             "CanBuild": 1,
  723.             "Prerequisite": 153,
  724.             "UniqueOnMap": 1,
  725.             "TransformIntoUnit": 65535,
  726.             "SizeX": 4,
  727.             "SizeY": 5,
  728.             "Position": 3,
  729.             "Cost": 600,
  730.             "Recycle": 450,
  731.             "TechReward": 0,
  732.             "ResProduction": 0,
  733.             "Production": "Bomber",
  734.             "Armor": 300,
  735.             "isDestructible": 1,
  736.             "hasRuin": 1,
  737.             "isAItarget": 1,
  738.             "AIcategory": 10,
  739.             "ImageID": "HBOM",
  740.             "DamagedImages": 1,
  741.             "EncyclopediaEnglish": "The Airbase enables the call of the Automated Unit: Bomber.",
  742.             "EncyclopediaGerman": "Die Airbase erm├╢glicht die Anforderung der automatisierten Einheit: Bomber.",
  743.             "EncyclopediaFrench": "L'a├⌐roport permet l'appel du Bombardier.",
  744.             "EncyclopediaFrame": 28,
  745.             "ExplosionAnimation_Begin": 1,
  746.             "ExplosionAnimation_Qty": 25,
  747.             "ProductionFrench": "Bombardier",
  748.             "ProductionGerman": "Bomber"
  749.         },
  750.         {
  751.             "Counter": 88,
  752.             "TypeID": 161,
  753.             "NameEnglish": "Refinery",
  754.             "NameGerman": "Raffinerie",
  755.             "NameFrench": "Raffinerie",
  756.             "BuildingCat": 0,
  757.             "Race": 0,
  758.             "CanBuild": 1,
  759.             "Prerequisite": 153,
  760.             "UniqueOnMap": 1,
  761.             "TransformIntoUnit": 65535,
  762.             "SizeX": 3,
  763.             "SizeY": 3,
  764.             "Position": 3,
  765.             "Cost": 700,
  766.             "Recycle": 525,
  767.             "TechReward": 0,
  768.             "ResProduction": 0,
  769.             "Production": "Gas Bomber",
  770.             "Armor": 250,
  771.             "isDestructible": 1,
  772.             "hasRuin": 1,
  773.             "isAItarget": 1,
  774.             "AIcategory": 10,
  775.             "ImageID": "HGB",
  776.             "DamagedImages": 1,
  777.             "EncyclopediaEnglish": "The Refinery enables the call of the Automated Unit: Gas Bomber.",
  778.             "EncyclopediaGerman": "Die Raffinerie erm├╢glicht die Anforderung der automatisierten Einheit: Aerosol-Bomber.",
  779.             "EncyclopediaFrench": "La Raffinerie permet l'utilisation du Bombardier Gaz.",
  780.             "EncyclopediaFrame": 35,
  781.             "ExplosionAnimation_Begin": 1,
  782.             "ExplosionAnimation_Qty": 25,
  783.             "ProductionFrench": "Gaz paralysant",
  784.             "ProductionGerman": "Aerosol-Bomber"
  785.         },
  786.         {
  787.             "Counter": 89,
  788.             "TypeID": 100,
  789.             "NameEnglish": "Guard Tower",
  790.             "NameGerman": "Wachturm",
  791.             "NameFrench": "Mirador",
  792.             "BuildingCat": 0,
  793.             "Race": 0,
  794.             "CanBuild": 1,
  795.             "Prerequisite": 130,
  796.             "UniqueOnMap": 0,
  797.             "TransformIntoUnit": 37,
  798.             "SizeX": 1,
  799.             "SizeY": 1,
  800.             "Position": 3,
  801.             "Cost": 25,
  802.             "Recycle": 15,
  803.             "TechReward": 0,
  804.             "ResProduction": 0,
  805.             "Armor": 10,
  806.             "isDestructible": 1,
  807.             "hasRuin": 1,
  808.             "isAItarget": 1,
  809.             "AIcategory": 6,
  810.             "ImageID": "HTLA",
  811.             "DamagedImages": 1,
  812.             "EncyclopediaEnglish": "A Guard Tower is the basic defense unit.",
  813.             "EncyclopediaGerman": "Der Wachturm ist die grundlegende Verteidigungs-Einheit.",
  814.             "EncyclopediaFrench": "Le Mirador est la d├⌐fense active la moins dispendieuse que l'on puisse acheter.",
  815.             "EncyclopediaFrame": -1,
  816.             "ExplosionAnimation_Begin": -1,
  817.             "ExplosionAnimation_Qty": 25
  818.         },
  819.         {
  820.             "Counter": 91,
  821.             "TypeID": 102,
  822.             "NameEnglish": "Laser Tower",
  823.             "NameGerman": "Laser-Tower",
  824.             "NameFrench": "Tour Laser",
  825.             "BuildingCat": 0,
  826.             "Race": 0,
  827.             "CanBuild": 1,
  828.             "Prerequisite": 130,
  829.             "UniqueOnMap": 0,
  830.             "TransformIntoUnit": 39,
  831.             "SizeX": 1,
  832.             "SizeY": 1,
  833.             "Position": 3,
  834.             "Cost": 50,
  835.             "Recycle": 25,
  836.             "TechReward": 0,
  837.             "ResProduction": 0,
  838.             "Armor": 25,
  839.             "isDestructible": 1,
  840.             "hasRuin": 1,
  841.             "isAItarget": 1,
  842.             "AIcategory": 6,
  843.             "ImageID": "HLAS",
  844.             "DamagedImages": 1,
  845.             "EncyclopediaEnglish": "The Laser Tower has long range and is most effective when it has a clear firing zone.",
  846.             "EncyclopediaGerman": "Encyclopedia GermanDer Laser-Tower hat eine gro├ƒe Reichweite und ist am effektivsten, wenn er eine freie Feuer-Zone besitzt.",
  847.             "EncyclopediaFrench": "La tour laser a une port├⌐e de tir ├⌐lev├⌐e mais ne doit pas avoir d'obstacle pour ├¬tre efficace.",
  848.             "EncyclopediaFrame": -1,
  849.             "ExplosionAnimation_Begin": -1,
  850.             "ExplosionAnimation_Qty": 25
  851.         },
  852.         {
  853.             "Counter": 92,
  854.             "TypeID": 103,
  855.             "NameEnglish": "AA Tower",
  856.             "NameGerman": "AA-Tower",
  857.             "NameFrench": "Tour AA",
  858.             "BuildingCat": 0,
  859.             "Race": 0,
  860.             "CanBuild": 1,
  861.             "Prerequisite": 136,
  862.             "UniqueOnMap": 0,
  863.             "TransformIntoUnit": 40,
  864.             "SizeX": 1,
  865.             "SizeY": 1,
  866.             "Position": 3,
  867.             "Cost": 40,
  868.             "Recycle": 20,
  869.             "TechReward": 0,
  870.             "ResProduction": 0,
  871.             "Armor": 30,
  872.             "isDestructible": 1,
  873.             "hasRuin": 1,
  874.             "isAItarget": 1,
  875.             "AIcategory": 6,
  876.             "ImageID": "Htaa",
  877.             "DamagedImages": 1,
  878.             "EncyclopediaEnglish": "The AA Tower is used to repel likely air attacks.",
  879.             "EncyclopediaGerman": "Der Anti-Aircraft-Tower dient haupts├ñchlich zur Abwehr von Luftangriffen.",
  880.             "EncyclopediaFrench": "Cette tour sert ├á arr├¬ter les attaques a├⌐riennes.",
  881.             "EncyclopediaFrame": -1,
  882.             "ExplosionAnimation_Begin": -1,
  883.             "ExplosionAnimation_Qty": 25
  884.         },
  885.         {
  886.             "Counter": 95,
  887.             "TypeID": 231,
  888.             "NameEnglish": "Landing Bay",
  889.             "NameGerman": "Landebucht",
  890.             "NameFrench": "Base Sfarjiak",
  891.             "BuildingCat": 0,
  892.             "Race": 1,
  893.             "CanBuild": 0,
  894.             "Prerequisite": 65535,
  895.             "UniqueOnMap": 0,
  896.             "TransformIntoUnit": 65535,
  897.             "SizeX": 4,
  898.             "SizeY": 4,
  899.             "Position": 3,
  900.             "Cost": 500,
  901.             "Recycle": 0,
  902.             "TechReward": 0,
  903.             "ResProduction": 0,
  904.             "Production": "Tauran fighters",
  905.             "Armor": 250,
  906.             "isDestructible": 1,
  907.             "hasRuin": 1,
  908.             "isAItarget": 0,
  909.             "AIcategory": 10,
  910.             "ImageID": "TLBY",
  911.             "DamagedImages": 1,
  912.             "EncyclopediaEnglish": "The home base of formidable enemy fighters whenever they are not on a sortie.",
  913.             "EncyclopediaGerman": "Die Heimatbasis der hervorragenden gegnerischen Kampfflugzeuge - wenn sie mal nicht gerade im Einsatz sind.",
  914.             "EncyclopediaFrench": "C'est une base de maintenance pour leur puissant chasseur. Ils l'appellent \"Sfarjiak\"; ce qui signifie: \"animal carbonis├⌐\".",
  915.             "EncyclopediaFrame": 102,
  916.             "ExplosionAnimation_Begin": 1,
  917.             "ExplosionAnimation_Qty": 25,
  918.             "ProductionFrench": "Chasseurs Tauran",
  919.             "ProductionGerman": "Kampfflugzeug"
  920.         },
  921.         {
  922.             "Counter": 96,
  923.             "TypeID": 250,
  924.             "NameEnglish": "Engineering",
  925.             "NameGerman": "KonstCenter",
  926.             "NameFrench": "A├⌐rodrome",
  927.             "BuildingCat": 0,
  928.             "Race": 1,
  929.             "CanBuild": 0,
  930.             "Prerequisite": 65535,
  931.             "UniqueOnMap": 0,
  932.             "TransformIntoUnit": 65535,
  933.             "SizeX": 3,
  934.             "SizeY": 3,
  935.             "Position": 3,
  936.             "Cost": 800,
  937.             "Recycle": 0,
  938.             "TechReward": 0,
  939.             "ResProduction": 0,
  940.             "Production": "Tauran transport",
  941.             "Armor": 250,
  942.             "isDestructible": 1,
  943.             "hasRuin": 1,
  944.             "isAItarget": 0,
  945.             "AIcategory": 10,
  946.             "ImageID": "THEP",
  947.             "DamagedImages": 1,
  948.             "EncyclopediaEnglish": "The structure enables the Taurans to call the Automated unit: Mine Detector and Bridge Transport.",
  949.             "EncyclopediaGerman": "Dieses Bauwerk erm├╢glicht den Tauraniern die automatisierten Einheiten: Minen-Detektor und Br├╝cken-Transporter anzufordern.",
  950.             "EncyclopediaFrench": "Cette structure permet aux Taurans d'appeler des renforts a├⌐riens.",
  951.             "EncyclopediaFrame": 98,
  952.             "ExplosionAnimation_Begin": 1,
  953.             "ExplosionAnimation_Qty": 25,
  954.             "ProductionFrench": "Transport Tauran",
  955.             "ProductionGerman": "Transporter"
  956.         },
  957.         {
  958.             "Counter": 97,
  959.             "TypeID": 232,
  960.             "NameEnglish": "Bio Center",
  961.             "NameGerman": "Bio-Center",
  962.             "NameFrench": "Incubateur",
  963.             "BuildingCat": 0,
  964.             "Race": 1,
  965.             "CanBuild": 0,
  966.             "Prerequisite": 65535,
  967.             "UniqueOnMap": 0,
  968.             "TransformIntoUnit": 65535,
  969.             "SizeX": 3,
  970.             "SizeY": 3,
  971.             "Position": 3,
  972.             "Cost": 450,
  973.             "Recycle": 0,
  974.             "TechReward": 0,
  975.             "ResProduction": 0,
  976.             "Production": "Worms",
  977.             "Armor": 200,
  978.             "isDestructible": 1,
  979.             "hasRuin": 1,
  980.             "isAItarget": 0,
  981.             "AIcategory": 10,
  982.             "ImageID": "TWRM",
  983.             "DamagedImages": 1,
  984.             "EncyclopediaEnglish": "The Bio Center's exact production is unknown , but it seems to produce a sort of worm-like creature. The nature of the creature is open for speculation.",
  985.             "EncyclopediaGerman": "Was ein Bio-Center exakt produziert, ist unbekannt - es scheint sich um eine Art Wurm zu handeln. Die Natur dieser Kreatur ist aber offen f├╝r Spekulationen.",
  986.             "EncyclopediaFrench": "Ceci est un ├⌐trange centre d'incubation. Son utilit├⌐ est un myst├¿re total, mais elle semble contenir des vers. Arme ou nourriture?",
  987.             "EncyclopediaFrame": 118,
  988.             "ExplosionAnimation_Begin": 1,
  989.             "ExplosionAnimation_Qty": 25,
  990.             "ProductionFrench": "Vers",
  991.             "ProductionGerman": "Worm"
  992.         },
  993.         {
  994.             "Counter": 98,
  995.             "TypeID": 233,
  996.             "NameEnglish": "Missile Silo",
  997.             "NameGerman": "Raketensilo",
  998.             "NameFrench": "Silo Tauran",
  999.             "BuildingCat": 0,
  1000.             "Race": 1,
  1001.             "CanBuild": 0,
  1002.             "Prerequisite": 65535,
  1003.             "UniqueOnMap": 0,
  1004.             "TransformIntoUnit": 65535,
  1005.             "SizeX": 2,
  1006.             "SizeY": 2,
  1007.             "Position": 3,
  1008.             "Cost": 2000,
  1009.             "Recycle": 0,
  1010.             "TechReward": 0,
  1011.             "ResProduction": 0,
  1012.             "Production": "Gene Bomb",
  1013.             "Armor": 200,
  1014.             "isDestructible": 1,
  1015.             "hasRuin": 1,
  1016.             "isAItarget": 0,
  1017.             "AIcategory": 10,
  1018.             "ImageID": "TNUK",
  1019.             "DamagedImages": 1,
  1020.             "EncyclopediaEnglish": "The fortified silo for Tauran nuclear weapons is a priority target.",
  1021.             "EncyclopediaGerman": "Dieses befestigte Silo f├╝r tauranische Superwaffen ist ein Ziel h├╢chster Priorit├ñt.",
  1022.             "EncyclopediaFrench": "L'├⌐quivalent de notre Bombe nucl├⌐aire, mais plus terrible encore.",
  1023.             "EncyclopediaFrame": 110,
  1024.             "ExplosionAnimation_Begin": 1,
  1025.             "ExplosionAnimation_Qty": 25,
  1026.             "ProductionFrench": "Bombe G├⌐n├⌐tique",
  1027.             "ProductionGerman": "GRX-Bombe"
  1028.         },
  1029.         {
  1030.             "Counter": 101,
  1031.             "TypeID": 430,
  1032.             "NameEnglish": "Shubblar HQ",
  1033.             "NameGerman": "Shubblar HQ",
  1034.             "NameFrench": "QG Shubblar",
  1035.             "BuildingCat": 0,
  1036.             "Race": 2,
  1037.             "CanBuild": 0,
  1038.             "Prerequisite": 65535,
  1039.             "UniqueOnMap": 1,
  1040.             "TransformIntoUnit": 65535,
  1041.             "SizeX": 4,
  1042.             "SizeY": 4,
  1043.             "Position": 3,
  1044.             "Cost": 500,
  1045.             "Recycle": 0,
  1046.             "TechReward": 0,
  1047.             "ResProduction": 0,
  1048.             "Armor": 250,
  1049.             "isDestructible": 1,
  1050.             "hasRuin": 1,
  1051.             "isAItarget": 0,
  1052.             "AIcategory": 9,
  1053.             "ImageID": "BHQ",
  1054.             "DamagedImages": 1,
  1055.             "EncyclopediaEnglish": "The center of Shubblar operations.",
  1056.             "EncyclopediaGerman": "Das Zentrum f├╝r Subblar-Operationen.",
  1057.             "EncyclopediaFrench": "Le Quartier g├⌐n├⌐ral Shubblar. Construite de ferraille, l'immeuble est recouvert d'une couche de glaise et d'excr├⌐ments.",
  1058.             "EncyclopediaFrame": 8,
  1059.             "ExplosionAnimation_Begin": 1,
  1060.             "ExplosionAnimation_Qty": 25
  1061.         },
  1062.         {
  1063.             "Counter": 102,
  1064.             "TypeID": 480,
  1065.             "NameEnglish": "Living Pod",
  1066.             "NameGerman": "ShubHab",
  1067.             "NameFrench": "Habitation",
  1068.             "BuildingCat": 0,
  1069.             "Race": 2,
  1070.             "CanBuild": 0,
  1071.             "Prerequisite": 65535,
  1072.             "UniqueOnMap": 0,
  1073.             "TransformIntoUnit": 65535,
  1074.             "SizeX": 2,
  1075.             "SizeY": 2,
  1076.             "Position": 3,
  1077.             "Cost": 150,
  1078.             "Recycle": 0,
  1079.             "TechReward": 0,
  1080.             "ResProduction": 0,
  1081.             "Armor": 40,
  1082.             "isDestructible": 1,
  1083.             "hasRuin": 1,
  1084.             "isAItarget": 0,
  1085.             "AIcategory": 9,
  1086.             "ImageID": "BGEA",
  1087.             "DamagedImages": 1,
  1088.             "EncyclopediaEnglish": "The main Shubblar living area.  Intelligence has observed that Shubblar Habitation Pods are always divided by walls, but hasn't identified a cause.",
  1089.             "EncyclopediaGerman": "Der Hauptlebensraum der Shubblar. Die Aufkl├ñrung berichtet, da├ƒ Subblar-Habitate stets durch W├ñlle abgetrennt sind, aber der Grund daf├╝r ist unbekannt.",
  1090.             "EncyclopediaFrench": "Probablement leurs habitations. Toutes leurs maisons sont s├⌐par├⌐es par des murs, pour les emp├¬cher de s'entretuer.",
  1091.             "EncyclopediaFrame": 4,
  1092.             "ExplosionAnimation_Begin": 1,
  1093.             "ExplosionAnimation_Qty": 25
  1094.         },
  1095.         {
  1096.             "Counter": 104,
  1097.             "TypeID": 482,
  1098.             "NameEnglish": "\"Gruhk\" Farm",
  1099.             "NameGerman": "Gruhk-Farm",
  1100.             "NameFrench": "Ferme \"Gruhk\"",
  1101.             "BuildingCat": 0,
  1102.             "Race": 2,
  1103.             "CanBuild": 0,
  1104.             "Prerequisite": 65535,
  1105.             "UniqueOnMap": 0,
  1106.             "TransformIntoUnit": 65535,
  1107.             "SizeX": 2,
  1108.             "SizeY": 2,
  1109.             "Position": 3,
  1110.             "Cost": 150,
  1111.             "Recycle": 0,
  1112.             "TechReward": 0,
  1113.             "ResProduction": 0,
  1114.             "Armor": 50,
  1115.             "isDestructible": 1,
  1116.             "hasRuin": 1,
  1117.             "isAItarget": 0,
  1118.             "AIcategory": 9,
  1119.             "ImageID": "BGEC",
  1120.             "DamagedImages": 1,
  1121.             "EncyclopediaEnglish": "The production center of \"Gruhk.\":  A giant slug which is used as food product by the Shubblar.",
  1122.             "EncyclopediaGerman": "Der Produktionsort der ΓÇÿGruhkΓÇÖ. Dabei handelt es sich um eine Art Riesenschnecke, die den Shubblar als Nahrungsproduktions-Quelle dient.",
  1123.             "EncyclopediaFrench": "Probabablement o├╣ ils ├⌐l├¿vent le \"Gruhk\", une limace g├⌐ante dont ils se nourrissent. Un repas de \"Gruhk\" tuerait dix chevaux.",
  1124.             "EncyclopediaFrame": 6,
  1125.             "ExplosionAnimation_Begin": 1,
  1126.             "ExplosionAnimation_Qty": 25
  1127.         },
  1128.         {
  1129.             "Counter": 105,
  1130.             "TypeID": 470,
  1131.             "NameEnglish": "Sea Base",
  1132.             "NameGerman": "See-Basis",
  1133.             "NameFrench": "Port",
  1134.             "BuildingCat": 0,
  1135.             "Race": 2,
  1136.             "CanBuild": 0,
  1137.             "Prerequisite": 65535,
  1138.             "UniqueOnMap": 0,
  1139.             "TransformIntoUnit": 65535,
  1140.             "SizeX": 2,
  1141.             "SizeY": 3,
  1142.             "Position": 1,
  1143.             "Cost": 200,
  1144.             "Recycle": 0,
  1145.             "TechReward": 0,
  1146.             "ResProduction": 0,
  1147.             "Armor": 75,
  1148.             "isDestructible": 1,
  1149.             "hasRuin": 1,
  1150.             "isAItarget": 0,
  1151.             "AIcategory": 9,
  1152.             "ImageID": "BPRT",
  1153.             "DamagedImages": 1,
  1154.             "EncyclopediaEnglish": "The Base is built directly onto a rocky island which emerges from the water.",
  1155.             "EncyclopediaGerman": "Diese Basis ist unmittelbar auf einem felsigen Eiland errichtet, das aus dem Wasser aufragt.",
  1156.             "EncyclopediaFrench": "Cette base est habituellement construite sur un rocher qui surgit de l'eau.",
  1157.             "EncyclopediaFrame": 12,
  1158.             "ExplosionAnimation_Begin": 1,
  1159.             "ExplosionAnimation_Qty": 25
  1160.         },
  1161.         {
  1162.             "Counter": 107,
  1163.             "TypeID": 330,
  1164.             "NameEnglish": "Shadamar HQ",
  1165.             "NameGerman": "Shadamar HQ",
  1166.             "NameFrench": "QG Shadamar",
  1167.             "BuildingCat": 0,
  1168.             "Race": 3,
  1169.             "CanBuild": 0,
  1170.             "Prerequisite": 65535,
  1171.             "UniqueOnMap": 1,
  1172.             "TransformIntoUnit": 65535,
  1173.             "SizeX": 4,
  1174.             "SizeY": 4,
  1175.             "Position": 3,
  1176.             "Cost": 700,
  1177.             "Recycle": 0,
  1178.             "TechReward": 0,
  1179.             "ResProduction": 0,
  1180.             "Armor": 125,
  1181.             "isDestructible": 1,
  1182.             "hasRuin": 1,
  1183.             "isAItarget": 0,
  1184.             "AIcategory": 9,
  1185.             "ImageID": "MHQ",
  1186.             "DamagedImages": 1,
  1187.             "EncyclopediaEnglish": "Intelligence has no information on this structure.",
  1188.             "EncyclopediaGerman": "Die Aufkl├ñrung besitzt keinerlei Informationen ├╝ber dieses Bauwerk.",
  1189.             "EncyclopediaFrench": "Le quartier g├⌐n├⌐ral Shadamar; rien d'autre n'est connu de l'├⌐difice.",
  1190.             "EncyclopediaFrame": 76,
  1191.             "ExplosionAnimation_Begin": 1,
  1192.             "ExplosionAnimation_Qty": 25
  1193.         },
  1194.         {
  1195.             "Counter": 108,
  1196.             "TypeID": 380,
  1197.             "NameEnglish": "Domicile",
  1198.             "NameGerman": "ShadHab",
  1199.             "NameFrench": "Domicile",
  1200.             "BuildingCat": 0,
  1201.             "Race": 3,
  1202.             "CanBuild": 0,
  1203.             "Prerequisite": 65535,
  1204.             "UniqueOnMap": 0,
  1205.             "TransformIntoUnit": 65535,
  1206.             "SizeX": 3,
  1207.             "SizeY": 3,
  1208.             "Position": 3,
  1209.             "Cost": 200,
  1210.             "Recycle": 0,
  1211.             "TechReward": 0,
  1212.             "ResProduction": 0,
  1213.             "Armor": 50,
  1214.             "isDestructible": 1,
  1215.             "hasRuin": 1,
  1216.             "isAItarget": 0,
  1217.             "AIcategory": 9,
  1218.             "ImageID": "MGEA",
  1219.             "DamagedImages": 1,
  1220.             "EncyclopediaEnglish": "The Shadamar Domicile isn't actually a habitation area so much as a commune.  Intelligence reports the Shadamar do not sleep, but do spend several hours each day meditating.",
  1221.             "EncyclopediaGerman": "Diese Shadamar-Domizil ist weniger ein Habitat als vielmehr eine Kommune. Die Aufkl├ñrung berichtet, da├ƒ die Shadamar niemals schlafen, daf├╝r aber jeden Tag mehrere Stunden in Meditation verbringen.",
  1222.             "EncyclopediaFrench": "L'abri Shadamar. Baptis├⌐ ainsi parce que les Shadamar ne dorment pas. Ils ne font que rester debout sur place pendant des heures pour se reposer.",
  1223.             "EncyclopediaFrame": 72,
  1224.             "ExplosionAnimation_Begin": 1,
  1225.             "ExplosionAnimation_Qty": 25
  1226.         },
  1227.         {
  1228.             "Counter": 109,
  1229.             "TypeID": 381,
  1230.             "NameEnglish": "Sanctuary",
  1231.             "NameGerman": "ShadHeilig",
  1232.             "NameFrench": "Sanctuaire",
  1233.             "BuildingCat": 0,
  1234.             "Race": 3,
  1235.             "CanBuild": 0,
  1236.             "Prerequisite": 65535,
  1237.             "UniqueOnMap": 0,
  1238.             "TransformIntoUnit": 65535,
  1239.             "SizeX": 3,
  1240.             "SizeY": 3,
  1241.             "Position": 3,
  1242.             "Cost": 300,
  1243.             "Recycle": 0,
  1244.             "TechReward": 0,
  1245.             "ResProduction": 0,
  1246.             "Armor": 75,
  1247.             "isDestructible": 1,
  1248.             "hasRuin": 1,
  1249.             "isAItarget": 0,
  1250.             "AIcategory": 9,
  1251.             "ImageID": "MGEB",
  1252.             "DamagedImages": 1,
  1253.             "EncyclopediaEnglish": "The structure is a safe area for weakened Shadamar Warriors.  Intelligence reports that the Shadamar Warriors do not spare their own if they cannot maintain a strong mindshield.",
  1254.             "EncyclopediaGerman": "Dieses Bauwerk ist eine Sicherheitszone f├╝r geschw├ñchte Shadamar-Krieger. Die Aufkl├ñrung berichtet, da├ƒ die Shadamar sich selbst opfern, wenn sie kein starkes Geist-Schild aufrecht erhalten k├╢nnen.",
  1255.             "EncyclopediaFrench": "Le sanctuaire des guerriers psi. Certaines rumeurs courent que si un Shadamar ouvre sa pens├⌐e ├á un autre, il ne m├⌐rite pas de vivre.",
  1256.             "EncyclopediaFrame": 73,
  1257.             "ExplosionAnimation_Begin": 1,
  1258.             "ExplosionAnimation_Qty": 25
  1259.         },
  1260.         {
  1261.             "Counter": 110,
  1262.             "TypeID": 382,
  1263.             "NameEnglish": "Prison",
  1264.             "NameGerman": "Gef├ñngnis",
  1265.             "NameFrench": "Prison",
  1266.             "BuildingCat": 0,
  1267.             "Race": 3,
  1268.             "CanBuild": 0,
  1269.             "Prerequisite": 65535,
  1270.             "UniqueOnMap": 0,
  1271.             "TransformIntoUnit": 65535,
  1272.             "SizeX": 2,
  1273.             "SizeY": 3,
  1274.             "Position": 3,
  1275.             "Cost": 150,
  1276.             "Recycle": 0,
  1277.             "TechReward": 0,
  1278.             "ResProduction": 0,
  1279.             "Armor": 25,
  1280.             "isDestructible": 1,
  1281.             "hasRuin": 1,
  1282.             "isAItarget": 0,
  1283.             "AIcategory": 9,
  1284.             "ImageID": "MGEC",
  1285.             "DamagedImages": 1,
  1286.             "EncyclopediaEnglish": "The building normally serves as a prison, but may be converted for other uses.",
  1287.             "EncyclopediaGerman": "Dieses Geb├ñude dient als Gef├ñngnis, kann aber f├╝r andere Zwecke umfunktioniert werden.",
  1288.             "EncyclopediaFrench": "Habituellement une prison. Il peut avoir plusieurs usages.",
  1289.             "EncyclopediaFrame": 74,
  1290.             "ExplosionAnimation_Begin": 1,
  1291.             "ExplosionAnimation_Qty": 25
  1292.         },
  1293.         {
  1294.             "Counter": 111,
  1295.             "TypeID": 310,
  1296.             "NameEnglish": "Grav Factory",
  1297.             "NameGerman": "Grav-Fabrik",
  1298.             "NameFrench": "Usine Shadamar",
  1299.             "BuildingCat": 0,
  1300.             "Race": 3,
  1301.             "CanBuild": 0,
  1302.             "Prerequisite": 65535,
  1303.             "UniqueOnMap": 0,
  1304.             "TransformIntoUnit": 65535,
  1305.             "SizeX": 3,
  1306.             "SizeY": 3,
  1307.             "Position": 3,
  1308.             "Cost": 400,
  1309.             "Recycle": 0,
  1310.             "TechReward": 0,
  1311.             "ResProduction": 0,
  1312.             "Armor": 75,
  1313.             "isDestructible": 1,
  1314.             "hasRuin": 1,
  1315.             "isAItarget": 0,
  1316.             "AIcategory": 9,
  1317.             "ImageID": "MGFY",
  1318.             "DamagedImages": 1,
  1319.             "EncyclopediaEnglish": "A Shadamar work zone where they focus their mind-powers for unit production.",
  1320.             "EncyclopediaGerman": "Eine Shadamar-Arbeitszone, wo sie ihre Geisteskr├ñfte auf Einheiten-Produktion konzentrieren.",
  1321.             "EncyclopediaFrench": "Ceci est leur zone de travail. Tout est fait, parait-il, avec la pens├⌐e.",
  1322.             "EncyclopediaFrame": 75,
  1323.             "ExplosionAnimation_Begin": 1,
  1324.             "ExplosionAnimation_Qty": 25
  1325.         },
  1326.         {
  1327.             "Counter": 112,
  1328.             "TypeID": 360,
  1329.             "NameEnglish": "Airport",
  1330.             "NameGerman": "Airport",
  1331.             "NameFrench": "Base Chasseur",
  1332.             "BuildingCat": 0,
  1333.             "Race": 3,
  1334.             "CanBuild": 0,
  1335.             "Prerequisite": 65535,
  1336.             "UniqueOnMap": 0,
  1337.             "TransformIntoUnit": 65535,
  1338.             "SizeX": 3,
  1339.             "SizeY": 3,
  1340.             "Position": 3,
  1341.             "Cost": 350,
  1342.             "Recycle": 0,
  1343.             "TechReward": 0,
  1344.             "ResProduction": 0,
  1345.             "Production": "Shadamar fighter",
  1346.             "Armor": 75,
  1347.             "isDestructible": 1,
  1348.             "hasRuin": 1,
  1349.             "isAItarget": 0,
  1350.             "AIcategory": 10,
  1351.             "ImageID": "MAIR",
  1352.             "DamagedImages": 1,
  1353.             "EncyclopediaEnglish": "The storage and maintenance facility for the Shadamar attack pods.",
  1354.             "EncyclopediaGerman": "Die Lager- und Instandhaltungs-Anlagen f├╝r die Angriffs-Pods der Shadamar.",
  1355.             "EncyclopediaFrench": "L'├⌐quivalent de notre propre a├⌐roport. Il sert ├á entretenir leurs chasseurs.",
  1356.             "EncyclopediaFrame": 67,
  1357.             "ExplosionAnimation_Begin": 1,
  1358.             "ExplosionAnimation_Qty": 25,
  1359.             "ProductionFrench": "Chasseur Shadamar",
  1360.             "ProductionGerman": "Kampfflugzeug"
  1361.         },
  1362.         {
  1363.             "Counter": 113,
  1364.             "TypeID": 1004,
  1365.             "NameEnglish": "Mine Ruin",
  1366.             "NameGerman": "Minen-Ruine",
  1367.             "NameFrench": "Ruine",
  1368.             "BuildingCat": 1,
  1369.             "Race": 1,
  1370.             "CanBuild": 0,
  1371.             "Prerequisite": 65535,
  1372.             "UniqueOnMap": 0,
  1373.             "TransformIntoUnit": 65535,
  1374.             "SizeX": 3,
  1375.             "SizeY": 3,
  1376.             "Position": 3,
  1377.             "Cost": 0,
  1378.             "Recycle": 0,
  1379.             "TechReward": 0,
  1380.             "ResProduction": 0,
  1381.             "Armor": 125,
  1382.             "isDestructible": 1,
  1383.             "hasRuin": 1,
  1384.             "isAItarget": 1,
  1385.             "AIcategory": 9,
  1386.             "ImageID": "RRM",
  1387.             "DamagedImages": 0,
  1388.             "EncyclopediaEnglish": "Not in encyclopedia.",
  1389.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  1390.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  1391.             "EncyclopediaFrame": -1,
  1392.             "ExplosionAnimation_Begin": 1,
  1393.             "ExplosionAnimation_Qty": 25
  1394.         },
  1395.         {
  1396.             "Counter": 114,
  1397.             "TypeID": 1006,
  1398.             "NameEnglish": "GravPort Ruin",
  1399.             "NameGerman": "GravPRuine",
  1400.             "NameFrench": "Ruine",
  1401.             "BuildingCat": 1,
  1402.             "Race": 1,
  1403.             "CanBuild": 0,
  1404.             "Prerequisite": 65535,
  1405.             "UniqueOnMap": 0,
  1406.             "TransformIntoUnit": 65535,
  1407.             "SizeX": 3,
  1408.             "SizeY": 4,
  1409.             "Position": 3,
  1410.             "Cost": 0,
  1411.             "Recycle": 0,
  1412.             "TechReward": 0,
  1413.             "ResProduction": 0,
  1414.             "Armor": 125,
  1415.             "isDestructible": 1,
  1416.             "hasRuin": 1,
  1417.             "isAItarget": 1,
  1418.             "AIcategory": 9,
  1419.             "ImageID": "RGPR",
  1420.             "DamagedImages": 0,
  1421.             "EncyclopediaEnglish": "Not in encyclopedia.",
  1422.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  1423.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  1424.             "EncyclopediaFrame": -1,
  1425.             "ExplosionAnimation_Begin": 1,
  1426.             "ExplosionAnimation_Qty": 25
  1427.         },
  1428.         {
  1429.             "Counter": 116,
  1430.             "TypeID": 1008,
  1431.             "NameEnglish": "Factory Ruin",
  1432.             "NameGerman": "Fabrik-Ruine",
  1433.             "NameFrench": "Ruine",
  1434.             "BuildingCat": 1,
  1435.             "Race": 1,
  1436.             "CanBuild": 0,
  1437.             "Prerequisite": 65535,
  1438.             "UniqueOnMap": 0,
  1439.             "TransformIntoUnit": 65535,
  1440.             "SizeX": 3,
  1441.             "SizeY": 3,
  1442.             "Position": 3,
  1443.             "Cost": 0,
  1444.             "Recycle": 0,
  1445.             "TechReward": 0,
  1446.             "ResProduction": 0,
  1447.             "Armor": 125,
  1448.             "isDestructible": 1,
  1449.             "hasRuin": 1,
  1450.             "isAItarget": 1,
  1451.             "AIcategory": 9,
  1452.             "ImageID": "RFAC",
  1453.             "DamagedImages": 0,
  1454.             "EncyclopediaEnglish": "Not in encyclopedia.",
  1455.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  1456.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  1457.             "EncyclopediaFrame": -1,
  1458.             "ExplosionAnimation_Begin": 1,
  1459.             "ExplosionAnimation_Qty": 25
  1460.         },
  1461.         {
  1462.             "Counter": 121,
  1463.             "TypeID": 280,
  1464.             "NameEnglish": "Structure",
  1465.             "NameGerman": "Bauwerk",
  1466.             "NameFrench": "Structure",
  1467.             "BuildingCat": 0,
  1468.             "Race": 1,
  1469.             "CanBuild": 0,
  1470.             "Prerequisite": 65535,
  1471.             "UniqueOnMap": 0,
  1472.             "TransformIntoUnit": 65535,
  1473.             "SizeX": 2,
  1474.             "SizeY": 2,
  1475.             "Position": 3,
  1476.             "Cost": 250,
  1477.             "Recycle": 0,
  1478.             "TechReward": 0,
  1479.             "ResProduction": 0,
  1480.             "Armor": 40,
  1481.             "isDestructible": 1,
  1482.             "hasRuin": 1,
  1483.             "isAItarget": 0,
  1484.             "AIcategory": 9,
  1485.             "ImageID": "TGEA",
  1486.             "DamagedImages": 1,
  1487.             "EncyclopediaEnglish": "The Taurans do not build for specific uses, but rather will modify the interior of their buildings for whatever need has priority.  The size of the building may have some indication of its importance.",
  1488.             "EncyclopediaGerman": "Die Tauranier bauen nicht f├╝r bestimmte Zwecke - sie modifizieren Innenr├ñume nachtr├ñglich f├╝r die erforderlichen Zwecke. Allenfalls die Gr├╢├ƒe l├ñ├ƒt Schl├╝sse auf den Stellenwert des Geb├ñudes zu.",
  1489.             "EncyclopediaFrench": "Ce b├ótiment sert ├á plusieurs choses: Habitation Tauran, r├⌐serve de nourriture et parfois de d├⌐p├┤t d'armes.",
  1490.             "EncyclopediaFrame": 94,
  1491.             "ExplosionAnimation_Begin": 1,
  1492.             "ExplosionAnimation_Qty": 25
  1493.         },
  1494.         {
  1495.             "Counter": 123,
  1496.             "TypeID": 282,
  1497.             "NameEnglish": "Structure",
  1498.             "NameGerman": "Bauwerk",
  1499.             "NameFrench": "Structure",
  1500.             "BuildingCat": 0,
  1501.             "Race": 1,
  1502.             "CanBuild": 0,
  1503.             "Prerequisite": 65535,
  1504.             "UniqueOnMap": 0,
  1505.             "TransformIntoUnit": 65535,
  1506.             "SizeX": 3,
  1507.             "SizeY": 3,
  1508.             "Position": 3,
  1509.             "Cost": 550,
  1510.             "Recycle": 0,
  1511.             "TechReward": 0,
  1512.             "ResProduction": 0,
  1513.             "Armor": 125,
  1514.             "isDestructible": 1,
  1515.             "hasRuin": 1,
  1516.             "isAItarget": 0,
  1517.             "AIcategory": 9,
  1518.             "ImageID": "TGEC",
  1519.             "DamagedImages": 1,
  1520.             "EncyclopediaEnglish": "The Taurans do not build for specific uses, but rather will modify the interior of their buildings for whatever need has priority.  The size of the building may have some indication of its importance.",
  1521.             "EncyclopediaGerman": "Die Tauranier bauen nicht f├╝r bestimmte Zwecke - sie modifizieren Innenr├ñume nachtr├ñglich f├╝r die erforderlichen Zwecke. Allenfalls die Gr├╢├ƒe l├ñ├ƒt Schl├╝sse auf den Stellenwert des Geb├ñudes zu.",
  1522.             "EncyclopediaFrench": "Ce b├ótiment sert ├á plusieurs choses: Habitation Tauran, r├⌐serve de nourriture et parfois de d├⌐p├┤t d'armes.",
  1523.             "EncyclopediaFrame": 96,
  1524.             "ExplosionAnimation_Begin": 1,
  1525.             "ExplosionAnimation_Qty": 25
  1526.         },
  1527.         {
  1528.             "Counter": 125,
  1529.             "TypeID": 234,
  1530.             "NameEnglish": "Training Ctr",
  1531.             "NameGerman": "AusbCenter",
  1532.             "NameFrench": "Baraque Tauran",
  1533.             "BuildingCat": 0,
  1534.             "Race": 1,
  1535.             "CanBuild": 0,
  1536.             "Prerequisite": 65535,
  1537.             "UniqueOnMap": 0,
  1538.             "TransformIntoUnit": 65535,
  1539.             "SizeX": 2,
  1540.             "SizeY": 2,
  1541.             "Position": 3,
  1542.             "Cost": 250,
  1543.             "Recycle": 0,
  1544.             "TechReward": 0,
  1545.             "ResProduction": 0,
  1546.             "Armor": 150,
  1547.             "isDestructible": 1,
  1548.             "hasRuin": 1,
  1549.             "isAItarget": 0,
  1550.             "AIcategory": 9,
  1551.             "ImageID": "TBAR",
  1552.             "DamagedImages": 1,
  1553.             "EncyclopediaEnglish": "The Training Center for Tauran melee units.",
  1554.             "EncyclopediaGerman": "Ein Ausbildungs-Zentrum f├╝r tauranische Schlacht-Einheiten.",
  1555.             "EncyclopediaFrench": "Le Centre d'entrainement Tauran pour leur combattants terrestres.",
  1556.             "EncyclopediaFrame": 85,
  1557.             "ExplosionAnimation_Begin": 1,
  1558.             "ExplosionAnimation_Qty": 25
  1559.         },
  1560.         {
  1561.             "Counter": 126,
  1562.             "TypeID": 1005,
  1563.             "NameEnglish": "Lab Ruin",
  1564.             "NameGerman": "Labor-Ruine",
  1565.             "NameFrench": "Ruine",
  1566.             "BuildingCat": 1,
  1567.             "Race": 1,
  1568.             "CanBuild": 0,
  1569.             "Prerequisite": 65535,
  1570.             "UniqueOnMap": 0,
  1571.             "TransformIntoUnit": 65535,
  1572.             "SizeX": 2,
  1573.             "SizeY": 2,
  1574.             "Position": 3,
  1575.             "Cost": 0,
  1576.             "Recycle": 0,
  1577.             "TechReward": 0,
  1578.             "ResProduction": 0,
  1579.             "Armor": 75,
  1580.             "isDestructible": 1,
  1581.             "hasRuin": 1,
  1582.             "isAItarget": 1,
  1583.             "AIcategory": 9,
  1584.             "ImageID": "RLAB",
  1585.             "DamagedImages": 1,
  1586.             "EncyclopediaEnglish": "Not in encyclopedia.",
  1587.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  1588.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  1589.             "EncyclopediaFrame": -1,
  1590.             "ExplosionAnimation_Begin": 1,
  1591.             "ExplosionAnimation_Qty": 25
  1592.         },
  1593.         {
  1594.             "Counter": 127,
  1595.             "TypeID": 300,
  1596.             "NameEnglish": "Focus Center",
  1597.             "NameGerman": "Focus-Center",
  1598.             "NameFrench": "Focus",
  1599.             "BuildingCat": 0,
  1600.             "Race": 3,
  1601.             "CanBuild": 0,
  1602.             "Prerequisite": 65535,
  1603.             "UniqueOnMap": 0,
  1604.             "TransformIntoUnit": 65535,
  1605.             "SizeX": 3,
  1606.             "SizeY": 3,
  1607.             "Position": 3,
  1608.             "Cost": 250,
  1609.             "Recycle": 0,
  1610.             "TechReward": 0,
  1611.             "ResProduction": 0,
  1612.             "Armor": 50,
  1613.             "isDestructible": 1,
  1614.             "hasRuin": 1,
  1615.             "isAItarget": 0,
  1616.             "AIcategory": 6,
  1617.             "ImageID": "MFOC",
  1618.             "DamagedImages": 1,
  1619.             "EncyclopediaEnglish": "The structure has very little activity near it.  Intelligence believes that several Shadamar leaders reside in it or use it as control center.",
  1620.             "EncyclopediaGerman": "Dieses Bauwerk weist nur sehr geringe Aktivit├ñten auf. Die Aufkl├ñrung glaubt, da├ƒ sich Shadamar-Anf├╝hrer darin aufhalten oder es als Kommando-Zentrum benutzen.",
  1621.             "EncyclopediaFrench": "Nos satellites nous informent que seulement quatre ou cinq Shadamar les mains jointes vivent ├á l'int├⌐rieur.",
  1622.             "EncyclopediaFrame": 71,
  1623.             "ExplosionAnimation_Begin": 1,
  1624.             "ExplosionAnimation_Qty": 25
  1625.         },
  1626.         {
  1627.             "Counter": 129,
  1628.             "TypeID": 286,
  1629.             "NameEnglish": "Comm Pod",
  1630.             "NameGerman": "Comm.Anbau",
  1631.             "NameFrench": "Antenne",
  1632.             "BuildingCat": 0,
  1633.             "Race": 1,
  1634.             "CanBuild": 0,
  1635.             "Prerequisite": 65535,
  1636.             "UniqueOnMap": 0,
  1637.             "TransformIntoUnit": 65535,
  1638.             "SizeX": 1,
  1639.             "SizeY": 1,
  1640.             "Position": 3,
  1641.             "Cost": 50,
  1642.             "Recycle": 0,
  1643.             "TechReward": 0,
  1644.             "ResProduction": 0,
  1645.             "Armor": 50,
  1646.             "isDestructible": 1,
  1647.             "hasRuin": 1,
  1648.             "isAItarget": 0,
  1649.             "AIcategory": 9,
  1650.             "ImageID": "TCMP",
  1651.             "DamagedImages": 1,
  1652.             "EncyclopediaEnglish": "This communication pod increases the range of the communication center.",
  1653.             "EncyclopediaGerman": "Dieser technische Ausbau erh├╢ht die Reichweite des Kommunikations-Zentrums.",
  1654.             "EncyclopediaFrench": "Les antennes augmentent la port├⌐e de leur centre de communication.",
  1655.             "EncyclopediaFrame": 89,
  1656.             "ExplosionAnimation_Begin": 1,
  1657.             "ExplosionAnimation_Qty": 25
  1658.         },
  1659.         {
  1660.             "Counter": 130,
  1661.             "TypeID": 235,
  1662.             "NameEnglish": "Tech Center",
  1663.             "NameGerman": "Tech-Center",
  1664.             "NameFrench": "Centre Tech",
  1665.             "BuildingCat": 2,
  1666.             "Race": 1,
  1667.             "CanBuild": 0,
  1668.             "Prerequisite": 65535,
  1669.             "UniqueOnMap": 0,
  1670.             "TransformIntoUnit": 65535,
  1671.             "SizeX": 3,
  1672.             "SizeY": 3,
  1673.             "Position": 3,
  1674.             "Cost": 0,
  1675.             "Recycle": 0,
  1676.             "TechReward": 1000,
  1677.             "ResProduction": 0,
  1678.             "Armor": 100,
  1679.             "isDestructible": 1,
  1680.             "hasRuin": 1,
  1681.             "isAItarget": 1,
  1682.             "AIcategory": 9,
  1683.             "ImageID": "TLTC",
  1684.             "DamagedImages": 1,
  1685.             "EncyclopediaEnglish": "A Large Tech Center is a prime target for capture.  Intelligence believes tech can be captured by overwhelming the defenses and tightly guarding the structure with some of our units.",
  1686.             "EncyclopediaGerman": "Ein gro├ƒes Tech-Center ist ein prim├ñres Angriffs-Ziel. Die Aufkl├ñrung glaubt, da├ƒ es durch ├£berw├ñltigung der Verteidigungsanlagen eingenommen, und durch leichte Bewachung unsererseits gehalten werden kann.",
  1687.             "EncyclopediaFrench": "Un grand centre tech. Si vous placez une unit├⌐ ├á c├┤t├⌐ jusqu'├á la fin du sc├⌐nario, vous volez la technologie des Taurans. Une ampoule appara├«tra au-dessus si vous la capturez.",
  1688.             "EncyclopediaFrame": 104,
  1689.             "ExplosionAnimation_Begin": 1,
  1690.             "ExplosionAnimation_Qty": 25
  1691.         },
  1692.         {
  1693.             "Counter": 131,
  1694.             "TypeID": 236,
  1695.             "NameEnglish": "Tech Center",
  1696.             "NameGerman": "Tech-Center",
  1697.             "NameFrench": "Centre Tech",
  1698.             "BuildingCat": 2,
  1699.             "Race": 1,
  1700.             "CanBuild": 0,
  1701.             "Prerequisite": 65535,
  1702.             "UniqueOnMap": 0,
  1703.             "TransformIntoUnit": 65535,
  1704.             "SizeX": 3,
  1705.             "SizeY": 2,
  1706.             "Position": 3,
  1707.             "Cost": 0,
  1708.             "Recycle": 0,
  1709.             "TechReward": 500,
  1710.             "ResProduction": 0,
  1711.             "Armor": 75,
  1712.             "isDestructible": 1,
  1713.             "hasRuin": 1,
  1714.             "isAItarget": 1,
  1715.             "AIcategory": 9,
  1716.             "ImageID": "TMTC",
  1717.             "DamagedImages": 1,
  1718.             "EncyclopediaEnglish": "A Medium Tech Center is a good target for capture.  Intelligence believes tech can be captured by overwhelming the defenses and tightly guarding the structure with some of our units.",
  1719.             "EncyclopediaGerman": "Ein mittleres Tech-Center ist ein lohnendes Angriffs-Ziel. Die Aufkl├ñrung glaubt, da├ƒ es durch ├£berw├ñltigung der Verteidigungsanlagen eingenommen, und durch leichte Bewachung unsererseits gehalten werden kann.",
  1720.             "EncyclopediaFrench": "Un centre tech. Si vous placez une unit├⌐ ├á c├┤t├⌐ jusqu'├á la fin du sc├⌐nario, vous volez la technologie des Taurans. Une ampoule appara├«tra au-dessus si vous la capturez.",
  1721.             "EncyclopediaFrame": 107,
  1722.             "ExplosionAnimation_Begin": 1,
  1723.             "ExplosionAnimation_Qty": 25
  1724.         },
  1725.         {
  1726.             "Counter": 132,
  1727.             "TypeID": 237,
  1728.             "NameEnglish": "Tech Center",
  1729.             "NameGerman": "Tech-Center",
  1730.             "NameFrench": "Centre Tech",
  1731.             "BuildingCat": 2,
  1732.             "Race": 1,
  1733.             "CanBuild": 0,
  1734.             "Prerequisite": 65535,
  1735.             "UniqueOnMap": 0,
  1736.             "TransformIntoUnit": 65535,
  1737.             "SizeX": 2,
  1738.             "SizeY": 2,
  1739.             "Position": 3,
  1740.             "Cost": 0,
  1741.             "Recycle": 0,
  1742.             "TechReward": 250,
  1743.             "ResProduction": 0,
  1744.             "Armor": 50,
  1745.             "isDestructible": 1,
  1746.             "hasRuin": 1,
  1747.             "isAItarget": 1,
  1748.             "AIcategory": 9,
  1749.             "ImageID": "TSTC",
  1750.             "DamagedImages": 1,
  1751.             "EncyclopediaEnglish": "A Small Tech Center is a likely target for capture.  Intelligence believes tech can be captured by overwhelming the defenses and tightly guarding the structure with some of our units.",
  1752.             "EncyclopediaGerman": "Ein kleines Tech-Center ist ein gutes Angriffs-Ziel. Die Aufkl├ñrung glaubt, da├ƒ es durch ├£berw├ñltigung der Verteidigungsanlagen eingenommen, und durch leichte Bewachung unsererseits gehalten werden kann.",
  1753.             "EncyclopediaFrench": "Un petit centre tech. Si vous placez une unit├⌐ ├á c├┤t├⌐ jusqu'├á la fin du sc├⌐nario, vous volez la technologie des Taurans. Une ampoule appara├«tra au-dessus si vous la capturez.",
  1754.             "EncyclopediaFrame": 114,
  1755.             "ExplosionAnimation_Begin": 1,
  1756.             "ExplosionAnimation_Qty": 25
  1757.         },
  1758.         {
  1759.             "Counter": 133,
  1760.             "TypeID": 1000,
  1761.             "NameEnglish": "Container",
  1762.             "NameGerman": "Container",
  1763.             "NameFrench": "Conteneur",
  1764.             "BuildingCat": 0,
  1765.             "Race": 1,
  1766.             "CanBuild": 0,
  1767.             "Prerequisite": 65535,
  1768.             "UniqueOnMap": 0,
  1769.             "TransformIntoUnit": 65535,
  1770.             "SizeX": 2,
  1771.             "SizeY": 2,
  1772.             "Position": 3,
  1773.             "Cost": 0,
  1774.             "Recycle": 0,
  1775.             "TechReward": 0,
  1776.             "ResProduction": 0,
  1777.             "Armor": 10,
  1778.             "isDestructible": 1,
  1779.             "hasRuin": 1,
  1780.             "isAItarget": 1,
  1781.             "AIcategory": 9,
  1782.             "ImageID": "RLCA",
  1783.             "DamagedImages": 0,
  1784.             "EncyclopediaEnglish": "Not in encyclopedia.",
  1785.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  1786.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  1787.             "EncyclopediaFrame": -1,
  1788.             "ExplosionAnimation_Begin": 1,
  1789.             "ExplosionAnimation_Qty": 25
  1790.         },
  1791.         {
  1792.             "Counter": 134,
  1793.             "TypeID": 1001,
  1794.             "NameEnglish": "Container",
  1795.             "NameGerman": "Container",
  1796.             "NameFrench": "Conteneur",
  1797.             "BuildingCat": 0,
  1798.             "Race": 1,
  1799.             "CanBuild": 0,
  1800.             "Prerequisite": 65535,
  1801.             "UniqueOnMap": 0,
  1802.             "TransformIntoUnit": 65535,
  1803.             "SizeX": 2,
  1804.             "SizeY": 2,
  1805.             "Position": 3,
  1806.             "Cost": 0,
  1807.             "Recycle": 0,
  1808.             "TechReward": 0,
  1809.             "ResProduction": 0,
  1810.             "Armor": 10,
  1811.             "isDestructible": 1,
  1812.             "hasRuin": 1,
  1813.             "isAItarget": 1,
  1814.             "AIcategory": 9,
  1815.             "ImageID": "RLCB",
  1816.             "DamagedImages": 0,
  1817.             "EncyclopediaEnglish": "Not in encyclopedia.",
  1818.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  1819.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  1820.             "EncyclopediaFrame": -1,
  1821.             "ExplosionAnimation_Begin": 1,
  1822.             "ExplosionAnimation_Qty": 25
  1823.         },
  1824.         {
  1825.             "Counter": 135,
  1826.             "TypeID": 1002,
  1827.             "NameEnglish": "Container",
  1828.             "NameGerman": "Container",
  1829.             "NameFrench": "Conteneur",
  1830.             "BuildingCat": 0,
  1831.             "Race": 1,
  1832.             "CanBuild": 0,
  1833.             "Prerequisite": 65535,
  1834.             "UniqueOnMap": 0,
  1835.             "TransformIntoUnit": 65535,
  1836.             "SizeX": 2,
  1837.             "SizeY": 2,
  1838.             "Position": 3,
  1839.             "Cost": 0,
  1840.             "Recycle": 0,
  1841.             "TechReward": 0,
  1842.             "ResProduction": 0,
  1843.             "Armor": 10,
  1844.             "isDestructible": 1,
  1845.             "hasRuin": 1,
  1846.             "isAItarget": 1,
  1847.             "AIcategory": 9,
  1848.             "ImageID": "RLCC",
  1849.             "DamagedImages": 0,
  1850.             "EncyclopediaEnglish": "Not in encyclopedia.",
  1851.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  1852.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  1853.             "EncyclopediaFrame": -1,
  1854.             "ExplosionAnimation_Begin": 1,
  1855.             "ExplosionAnimation_Qty": 25
  1856.         },
  1857.         {
  1858.             "Counter": 136,
  1859.             "TypeID": 1003,
  1860.             "NameEnglish": "Container",
  1861.             "NameGerman": "Container",
  1862.             "NameFrench": "Conteneur",
  1863.             "BuildingCat": 0,
  1864.             "Race": 1,
  1865.             "CanBuild": 0,
  1866.             "Prerequisite": 65535,
  1867.             "UniqueOnMap": 0,
  1868.             "TransformIntoUnit": 65535,
  1869.             "SizeX": 1,
  1870.             "SizeY": 1,
  1871.             "Position": 3,
  1872.             "Cost": 0,
  1873.             "Recycle": 0,
  1874.             "TechReward": 0,
  1875.             "ResProduction": 0,
  1876.             "Armor": 10,
  1877.             "isDestructible": 1,
  1878.             "hasRuin": 1,
  1879.             "isAItarget": 1,
  1880.             "AIcategory": 9,
  1881.             "ImageID": "RLCD",
  1882.             "DamagedImages": 0,
  1883.             "EncyclopediaEnglish": "Not in encyclopedia.",
  1884.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  1885.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  1886.             "EncyclopediaFrame": -1,
  1887.             "ExplosionAnimation_Begin": 1,
  1888.             "ExplosionAnimation_Qty": 25
  1889.         },
  1890.         {
  1891.             "Counter": 137,
  1892.             "TypeID": 483,
  1893.             "NameEnglish": "Scrap Mill",
  1894.             "NameGerman": "Schrott-M├╝hle",
  1895.             "NameFrench": "D├⌐potoire",
  1896.             "BuildingCat": 0,
  1897.             "Race": 2,
  1898.             "CanBuild": 0,
  1899.             "Prerequisite": 65535,
  1900.             "UniqueOnMap": 0,
  1901.             "TransformIntoUnit": 65535,
  1902.             "SizeX": 3,
  1903.             "SizeY": 4,
  1904.             "Position": 3,
  1905.             "Cost": 250,
  1906.             "Recycle": 0,
  1907.             "TechReward": 0,
  1908.             "ResProduction": 0,
  1909.             "Armor": 175,
  1910.             "isDestructible": 1,
  1911.             "hasRuin": 1,
  1912.             "isAItarget": 0,
  1913.             "AIcategory": 9,
  1914.             "ImageID": "BDZ",
  1915.             "DamagedImages": 1,
  1916.             "EncyclopediaEnglish": "The production center for the Shubblar's scrap-recycled vehicles.  The area near it is barren due to a high level of pollution.",
  1917.             "EncyclopediaGerman": "Das Produktions-Zentrum f├╝r die aus Schrott recyelten Vehikel der Shubblar. Die umliegende Gegend ist wegen hoher Verschmutzung v├╢llig ver├╢det.",
  1918.             "EncyclopediaFrench": "C'est avec ce centre de recyclage qu'ils construisent leurs unit├⌐s de ferraille. Aucune v├⌐g├⌐tation ne peut vivre pr├¿s de cet ├⌐difice; ├⌐tant donn├⌐ son niveau ├⌐lev├⌐ de radiations.",
  1919.             "EncyclopediaFrame": 2,
  1920.             "ExplosionAnimation_Begin": 1,
  1921.             "ExplosionAnimation_Qty": 25
  1922.         },
  1923.         {
  1924.             "Counter": 139,
  1925.             "TypeID": 484,
  1926.             "NameEnglish": "Depot",
  1927.             "NameGerman": "Depot",
  1928.             "NameFrench": "D├⌐pot",
  1929.             "BuildingCat": 0,
  1930.             "Race": 2,
  1931.             "CanBuild": 0,
  1932.             "Prerequisite": 65535,
  1933.             "UniqueOnMap": 0,
  1934.             "TransformIntoUnit": 65535,
  1935.             "SizeX": 1,
  1936.             "SizeY": 1,
  1937.             "Position": 3,
  1938.             "Cost": 0,
  1939.             "Recycle": 0,
  1940.             "TechReward": 0,
  1941.             "ResProduction": 0,
  1942.             "Armor": 10,
  1943.             "isDestructible": 1,
  1944.             "hasRuin": 1,
  1945.             "isAItarget": 0,
  1946.             "AIcategory": 9,
  1947.             "ImageID": "BTAA",
  1948.             "DamagedImages": 0,
  1949.             "EncyclopediaEnglish": "Unusable scrap pieces saturated with high levels of radiation.",
  1950.             "EncyclopediaGerman": "Unbenutzbare Schrottst├╝cke, die radioaktiv hochverseucht sind.",
  1951.             "EncyclopediaFrench": "De la ferraille inutilisable. Attention aux radiations qu'elle d├⌐gage.",
  1952.             "EncyclopediaFrame": -1,
  1953.             "ExplosionAnimation_Begin": 1,
  1954.             "ExplosionAnimation_Qty": 25
  1955.         },
  1956.         {
  1957.             "Counter": 140,
  1958.             "TypeID": 485,
  1959.             "NameEnglish": "Depot",
  1960.             "NameGerman": "Depot",
  1961.             "NameFrench": "D├⌐pot",
  1962.             "BuildingCat": 0,
  1963.             "Race": 2,
  1964.             "CanBuild": 0,
  1965.             "Prerequisite": 65535,
  1966.             "UniqueOnMap": 0,
  1967.             "TransformIntoUnit": 65535,
  1968.             "SizeX": 1,
  1969.             "SizeY": 1,
  1970.             "Position": 3,
  1971.             "Cost": 0,
  1972.             "Recycle": 0,
  1973.             "TechReward": 0,
  1974.             "ResProduction": 0,
  1975.             "Armor": 10,
  1976.             "isDestructible": 1,
  1977.             "hasRuin": 1,
  1978.             "isAItarget": 0,
  1979.             "AIcategory": 9,
  1980.             "ImageID": "BTAB",
  1981.             "DamagedImages": 0,
  1982.             "EncyclopediaEnglish": "Unusable scrap pieces saturated with high levels of radiation.",
  1983.             "EncyclopediaGerman": "Unbenutzbare Schrottst├╝cke, die radioaktiv hochverseucht sind.",
  1984.             "EncyclopediaFrench": "De la ferraille inutilisable. Attention aux radiations qu'elle d├⌐gage.",
  1985.             "EncyclopediaFrame": -1,
  1986.             "ExplosionAnimation_Begin": 1,
  1987.             "ExplosionAnimation_Qty": 25
  1988.         },
  1989.         {
  1990.             "Counter": 141,
  1991.             "TypeID": 486,
  1992.             "NameEnglish": "Depot",
  1993.             "NameGerman": "Depot",
  1994.             "NameFrench": "D├⌐pot",
  1995.             "BuildingCat": 0,
  1996.             "Race": 2,
  1997.             "CanBuild": 0,
  1998.             "Prerequisite": 65535,
  1999.             "UniqueOnMap": 0,
  2000.             "TransformIntoUnit": 65535,
  2001.             "SizeX": 1,
  2002.             "SizeY": 1,
  2003.             "Position": 3,
  2004.             "Cost": 0,
  2005.             "Recycle": 0,
  2006.             "TechReward": 0,
  2007.             "ResProduction": 0,
  2008.             "Armor": 10,
  2009.             "isDestructible": 1,
  2010.             "hasRuin": 1,
  2011.             "isAItarget": 0,
  2012.             "AIcategory": 9,
  2013.             "ImageID": "BTAC",
  2014.             "DamagedImages": 0,
  2015.             "EncyclopediaEnglish": "Unusable scrap pieces saturated with high levels of radiation.",
  2016.             "EncyclopediaGerman": "Unbenutzbare Schrottst├╝cke, die radioaktiv hochverseucht sind.",
  2017.             "EncyclopediaFrench": "De la ferraille inutilisable. Attention aux radiations qu'elle d├⌐gage.",
  2018.             "EncyclopediaFrame": -1,
  2019.             "ExplosionAnimation_Begin": 1,
  2020.             "ExplosionAnimation_Qty": 25
  2021.         },
  2022.         {
  2023.             "Counter": 142,
  2024.             "TypeID": 1009,
  2025.             "NameEnglish": "Star Bay Ruin",
  2026.             "NameGerman": "StBaRuine",
  2027.             "NameFrench": "Ruine",
  2028.             "BuildingCat": 1,
  2029.             "Race": 1,
  2030.             "CanBuild": 0,
  2031.             "Prerequisite": 65535,
  2032.             "UniqueOnMap": 0,
  2033.             "TransformIntoUnit": 65535,
  2034.             "SizeX": 4,
  2035.             "SizeY": 3,
  2036.             "Position": 3,
  2037.             "Cost": 0,
  2038.             "Recycle": 0,
  2039.             "TechReward": 0,
  2040.             "ResProduction": 0,
  2041.             "Armor": 125,
  2042.             "isDestructible": 1,
  2043.             "hasRuin": 1,
  2044.             "isAItarget": 1,
  2045.             "AIcategory": 9,
  2046.             "ImageID": "RBAY",
  2047.             "DamagedImages": 0,
  2048.             "EncyclopediaEnglish": "Not in encyclopedia.",
  2049.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  2050.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  2051.             "EncyclopediaFrame": -1,
  2052.             "ExplosionAnimation_Begin": 1,
  2053.             "ExplosionAnimation_Qty": 25
  2054.         },
  2055.         {
  2056.             "Counter": 144,
  2057.             "TypeID": 1011,
  2058.             "NameEnglish": "Aztek Ruin",
  2059.             "NameGerman": "Aztek-Ruine",
  2060.             "NameFrench": "Temple",
  2061.             "BuildingCat": 1,
  2062.             "Race": 1,
  2063.             "CanBuild": 0,
  2064.             "Prerequisite": 65535,
  2065.             "UniqueOnMap": 0,
  2066.             "TransformIntoUnit": 65535,
  2067.             "SizeX": 5,
  2068.             "SizeY": 5,
  2069.             "Position": 3,
  2070.             "Cost": 0,
  2071.             "Recycle": 0,
  2072.             "TechReward": 6000,
  2073.             "ResProduction": 0,
  2074.             "Armor": 800,
  2075.             "isDestructible": 1,
  2076.             "hasRuin": 1,
  2077.             "isAItarget": 0,
  2078.             "AIcategory": 9,
  2079.             "ImageID": "RAZT",
  2080.             "DamagedImages": 0,
  2081.             "EncyclopediaEnglish": "Not in encyclopedia.",
  2082.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  2083.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  2084.             "EncyclopediaFrame": -1,
  2085.             "ExplosionAnimation_Begin": 1,
  2086.             "ExplosionAnimation_Qty": 25
  2087.         },
  2088.         {
  2089.             "Counter": 146,
  2090.             "TypeID": 1012,
  2091.             "NameEnglish": "Skeleton",
  2092.             "NameGerman": "Skelett",
  2093.             "NameFrench": "Squelette",
  2094.             "BuildingCat": 1,
  2095.             "Race": 1,
  2096.             "CanBuild": 0,
  2097.             "Prerequisite": 65535,
  2098.             "UniqueOnMap": 0,
  2099.             "TransformIntoUnit": 65535,
  2100.             "SizeX": 1,
  2101.             "SizeY": 1,
  2102.             "Position": 3,
  2103.             "Cost": 0,
  2104.             "Recycle": 0,
  2105.             "TechReward": 0,
  2106.             "ResProduction": 0,
  2107.             "Armor": 10,
  2108.             "isDestructible": 0,
  2109.             "hasRuin": 1,
  2110.             "isAItarget": 0,
  2111.             "AIcategory": 9,
  2112.             "ImageID": "RSQA",
  2113.             "DamagedImages": 0,
  2114.             "EncyclopediaEnglish": "Not in encyclopedia.",
  2115.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  2116.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  2117.             "EncyclopediaFrame": -1,
  2118.             "ExplosionAnimation_Begin": 1,
  2119.             "ExplosionAnimation_Qty": 25
  2120.         },
  2121.         {
  2122.             "Counter": 147,
  2123.             "TypeID": 1013,
  2124.             "NameEnglish": "Skeleton",
  2125.             "NameGerman": "Skelett",
  2126.             "NameFrench": "Squelette",
  2127.             "BuildingCat": 1,
  2128.             "Race": 1,
  2129.             "CanBuild": 0,
  2130.             "Prerequisite": 65535,
  2131.             "UniqueOnMap": 0,
  2132.             "TransformIntoUnit": 65535,
  2133.             "SizeX": 1,
  2134.             "SizeY": 1,
  2135.             "Position": 3,
  2136.             "Cost": 0,
  2137.             "Recycle": 0,
  2138.             "TechReward": 0,
  2139.             "ResProduction": 0,
  2140.             "Armor": 10,
  2141.             "isDestructible": 0,
  2142.             "hasRuin": 1,
  2143.             "isAItarget": 0,
  2144.             "AIcategory": 9,
  2145.             "ImageID": "RSQB",
  2146.             "DamagedImages": 0,
  2147.             "EncyclopediaEnglish": "Not in encyclopedia.",
  2148.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  2149.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  2150.             "EncyclopediaFrame": -1,
  2151.             "ExplosionAnimation_Begin": 1,
  2152.             "ExplosionAnimation_Qty": 25
  2153.         },
  2154.         {
  2155.             "Counter": 148,
  2156.             "TypeID": 1014,
  2157.             "NameEnglish": "Pyramid",
  2158.             "NameGerman": "Pyramide",
  2159.             "NameFrench": "Pyramide",
  2160.             "BuildingCat": 1,
  2161.             "Race": 1,
  2162.             "CanBuild": 0,
  2163.             "Prerequisite": 65535,
  2164.             "UniqueOnMap": 0,
  2165.             "TransformIntoUnit": 65535,
  2166.             "SizeX": 4,
  2167.             "SizeY": 4,
  2168.             "Position": 3,
  2169.             "Cost": 0,
  2170.             "Recycle": 0,
  2171.             "TechReward": 6000,
  2172.             "ResProduction": 0,
  2173.             "Armor": 800,
  2174.             "isDestructible": 1,
  2175.             "hasRuin": 1,
  2176.             "isAItarget": 0,
  2177.             "AIcategory": 9,
  2178.             "ImageID": "RPYR",
  2179.             "DamagedImages": 0,
  2180.             "EncyclopediaEnglish": "Not in encyclopedia.",
  2181.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  2182.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  2183.             "EncyclopediaFrame": -1,
  2184.             "ExplosionAnimation_Begin": 1,
  2185.             "ExplosionAnimation_Qty": 25
  2186.         },
  2187.         {
  2188.             "Counter": 149,
  2189.             "TypeID": 1015,
  2190.             "NameEnglish": "Aztek face",
  2191.             "NameGerman": "Aztek-Gesicht",
  2192.             "NameFrench": "Figure",
  2193.             "BuildingCat": 1,
  2194.             "Race": 1,
  2195.             "CanBuild": 0,
  2196.             "Prerequisite": 65535,
  2197.             "UniqueOnMap": 0,
  2198.             "TransformIntoUnit": 65535,
  2199.             "SizeX": 2,
  2200.             "SizeY": 2,
  2201.             "Position": 3,
  2202.             "Cost": 0,
  2203.             "Recycle": 0,
  2204.             "TechReward": 500,
  2205.             "ResProduction": 0,
  2206.             "Armor": 200,
  2207.             "isDestructible": 1,
  2208.             "hasRuin": 1,
  2209.             "isAItarget": 0,
  2210.             "AIcategory": 9,
  2211.             "ImageID": "RTET",
  2212.             "DamagedImages": 0,
  2213.             "EncyclopediaEnglish": "Not in encyclopedia.",
  2214.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  2215.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  2216.             "EncyclopediaFrame": -1,
  2217.             "ExplosionAnimation_Begin": 1,
  2218.             "ExplosionAnimation_Qty": 25
  2219.         },
  2220.         {
  2221.             "Counter": 150,
  2222.             "TypeID": 1016,
  2223.             "NameEnglish": "Aztek face",
  2224.             "NameGerman": "Aztek-Gesicht",
  2225.             "NameFrench": "Figure",
  2226.             "BuildingCat": 1,
  2227.             "Race": 1,
  2228.             "CanBuild": 0,
  2229.             "Prerequisite": 65535,
  2230.             "UniqueOnMap": 0,
  2231.             "TransformIntoUnit": 65535,
  2232.             "SizeX": 1,
  2233.             "SizeY": 1,
  2234.             "Position": 3,
  2235.             "Cost": 0,
  2236.             "Recycle": 0,
  2237.             "TechReward": 250,
  2238.             "ResProduction": 0,
  2239.             "Armor": 125,
  2240.             "isDestructible": 1,
  2241.             "hasRuin": 1,
  2242.             "isAItarget": 0,
  2243.             "AIcategory": 9,
  2244.             "ImageID": "RTEP",
  2245.             "DamagedImages": 0,
  2246.             "EncyclopediaEnglish": "Not in encyclopedia.",
  2247.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  2248.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  2249.             "EncyclopediaFrame": -1,
  2250.             "ExplosionAnimation_Begin": 1,
  2251.             "ExplosionAnimation_Qty": 25
  2252.         },
  2253.         {
  2254.             "Counter": 151,
  2255.             "TypeID": 1017,
  2256.             "NameEnglish": "Tracks Shop",
  2257.             "NameGerman": "TrackWerkst",
  2258.             "NameFrench": "Usine Char L├⌐ger",
  2259.             "BuildingCat": 0,
  2260.             "Race": 0,
  2261.             "CanBuild": 1,
  2262.             "Prerequisite": 112,
  2263.             "UniqueOnMap": 1,
  2264.             "TransformIntoUnit": 65535,
  2265.             "SizeX": 3,
  2266.             "SizeY": 3,
  2267.             "Position": 3,
  2268.             "Cost": 200,
  2269.             "Recycle": 150,
  2270.             "TechReward": 0,
  2271.             "ResProduction": 0,
  2272.             "Production": "Light Tank",
  2273.             "Armor": 100,
  2274.             "isDestructible": 1,
  2275.             "hasRuin": 1,
  2276.             "isAItarget": 1,
  2277.             "AIcategory": 9,
  2278.             "ImageID": "HLTF",
  2279.             "DamagedImages": 1,
  2280.             "EncyclopediaFrame": 122,
  2281.             "ExplosionAnimation_Begin": 1,
  2282.             "ExplosionAnimation_Qty": 25,
  2283.             "ProductionFrench": "Char L├⌐ger",
  2284.             "ProductionGerman": "Leichte Panzer"
  2285.         },
  2286.         {
  2287.             "Counter": 153,
  2288.             "TypeID": 173,
  2289.             "NameEnglish": "Deploy Mk2",
  2290.             "NameGerman": "StatCent2",
  2291.             "NameFrench": "D├⌐ploiement II",
  2292.             "BuildingCat": 0,
  2293.             "Race": 0,
  2294.             "CanBuild": 1,
  2295.             "Prerequisite": 130,
  2296.             "UniqueOnMap": 0,
  2297.             "TransformIntoUnit": 65535,
  2298.             "SizeX": 2,
  2299.             "SizeY": 2,
  2300.             "Position": 3,
  2301.             "Cost": 300,
  2302.             "Recycle": 225,
  2303.             "TechReward": 0,
  2304.             "ResProduction": 110,
  2305.             "Production": "Deploy points",
  2306.             "Armor": 150,
  2307.             "isDestructible": 1,
  2308.             "hasRuin": 1,
  2309.             "isAItarget": 1,
  2310.             "AIcategory": 9,
  2311.             "ImageID": "HDEP",
  2312.             "DamagedImages": 1,
  2313.             "EncyclopediaEnglish": "The Deployment Center allows the player to deploy more units. A player can use up to 10 deployment centers at maximum. The Deployment Center will give more deployment points as the game progresses.",
  2314.             "EncyclopediaGerman": "Das Stationierungs-Center erlaubt die Stationierung weiterer Einheiten. Bis zu 10 Stat.-Center sind einem Spieler erlaubt. Jedes davon erbringt im Verlauf des Spieles zus├ñtzliche Stationierungspunkte.",
  2315.             "EncyclopediaFrench": "Le centre de d├⌐ploiement permet de d├⌐ployer plus d'unit├⌐s lors de vos attaques. Un joueur peut en poss├⌐der 10 au maximum.",
  2316.             "EncyclopediaFrame": -1,
  2317.             "ExplosionAnimation_Begin": 1,
  2318.             "ExplosionAnimation_Qty": 25,
  2319.             "ProductionFrench": "Points de D├⌐ploiment",
  2320.             "ProductionGerman": "Stationierungspunkte"
  2321.         },
  2322.         {
  2323.             "Counter": 154,
  2324.             "TypeID": 174,
  2325.             "NameEnglish": "Deploy Mk3",
  2326.             "NameGerman": "StatCent3",
  2327.             "NameFrench": "D├⌐ploiement III",
  2328.             "BuildingCat": 0,
  2329.             "Race": 0,
  2330.             "CanBuild": 1,
  2331.             "Prerequisite": 130,
  2332.             "UniqueOnMap": 0,
  2333.             "TransformIntoUnit": 65535,
  2334.             "SizeX": 2,
  2335.             "SizeY": 2,
  2336.             "Position": 3,
  2337.             "Cost": 400,
  2338.             "Recycle": 300,
  2339.             "TechReward": 0,
  2340.             "ResProduction": 120,
  2341.             "Production": "Deploy points",
  2342.             "Armor": 150,
  2343.             "isDestructible": 1,
  2344.             "hasRuin": 1,
  2345.             "isAItarget": 1,
  2346.             "AIcategory": 9,
  2347.             "ImageID": "HDEP",
  2348.             "DamagedImages": 1,
  2349.             "EncyclopediaEnglish": "The Deployment Center allows the player to deploy more units. A player can use up to 10 deployment centers at maximum. The Deployment Center will give more deployment points as the game progresses.",
  2350.             "EncyclopediaGerman": "Das Stationierungs-Center erlaubt die Stationierung weiterer Einheiten. Bis zu 10 Stat.-Center sind einem Spieler erlaubt. Jedes davon erbringt im Verlauf des Spieles zus├ñtzliche Stationierungspunkte.",
  2351.             "EncyclopediaFrench": "Le centre de d├⌐ploiement permet de d├⌐ployer plus d'unit├⌐s lors de vos attaques. Un joueur peut en poss├⌐der 10 au maximum.",
  2352.             "EncyclopediaFrame": -1,
  2353.             "ExplosionAnimation_Begin": 1,
  2354.             "ExplosionAnimation_Qty": 25,
  2355.             "ProductionFrench": "Points de D├⌐ploiment",
  2356.             "ProductionGerman": "Stationierungspunkte"
  2357.         },
  2358.         {
  2359.             "Counter": 73,
  2360.             "TypeID": 135,
  2361.             "NameEnglish": "Research Ctr",
  2362.             "NameGerman": "ForschCent",
  2363.             "NameFrench": "Laboratoire",
  2364.             "BuildingCat": 0,
  2365.             "Race": 0,
  2366.             "CanBuild": 1,
  2367.             "Prerequisite": 133,
  2368.             "UniqueOnMap": 1,
  2369.             "TransformIntoUnit": 65535,
  2370.             "SizeX": 2,
  2371.             "SizeY": 2,
  2372.             "Position": 3,
  2373.             "Cost": 150,
  2374.             "Recycle": 120,
  2375.             "TechReward": 0,
  2376.             "ResProduction": 0,
  2377.             "Production": "Tech Conversion",
  2378.             "Armor": 150,
  2379.             "isDestructible": 1,
  2380.             "hasRuin": 1,
  2381.             "isAItarget": 1,
  2382.             "AIcategory": 9,
  2383.             "ImageID": "Hlab",
  2384.             "DamagedImages": 1,
  2385.             "EncyclopediaEnglish": "The Research Center enables tech points to be used on military upgrades. To invest tech in your units, press the Army button on the City Screen.",
  2386.             "EncyclopediaGerman": "Das Forschungs-Center erm├╢glicht es, Tech-Punkte f├╝r milit├ñrische Upgrades einzusetzen. Um Tech-Punkte in Einheiten zu investieren, klicken Sie auf den Armee-Button im City-Bildschirm.",
  2387.             "EncyclopediaFrench": "Le laboratoire vous permet d'utiliser les points de technologie que vous volez ├á l'ennemi. Pour les utiliser, cliquez sur le bouton \"ARM├ëE\" dans l'├⌐cran de ville.",
  2388.             "EncyclopediaFrame": 42,
  2389.             "ExplosionAnimation_Begin": 1,
  2390.             "ExplosionAnimation_Qty": 25,
  2391.             "ProductionFrench": "Conversion de la technologie",
  2392.             "ProductionGerman": "Technische Entwicklung"
  2393.         },
  2394.         {
  2395.             "Counter": 106,
  2396.             "TypeID": 431,
  2397.             "NameEnglish": "Zeppelin",
  2398.             "NameGerman": "Zeppelin",
  2399.             "NameFrench": "Zeppelin",
  2400.             "BuildingCat": 0,
  2401.             "Race": 2,
  2402.             "CanBuild": 0,
  2403.             "Prerequisite": 65535,
  2404.             "UniqueOnMap": 0,
  2405.             "TransformIntoUnit": 65535,
  2406.             "SizeX": 3,
  2407.             "SizeY": 3,
  2408.             "Position": 3,
  2409.             "Cost": 300,
  2410.             "Recycle": 0,
  2411.             "TechReward": 0,
  2412.             "ResProduction": 0,
  2413.             "Production": "Zeppelin",
  2414.             "Armor": 100,
  2415.             "isDestructible": 1,
  2416.             "hasRuin": 1,
  2417.             "isAItarget": 0,
  2418.             "AIcategory": 10,
  2419.             "ImageID": "BZEP",
  2420.             "DamagedImages": 1,
  2421.             "EncyclopediaEnglish": "The structure is part compost facility (gas for the Zeppelins) and part maintenance bay.  Intelligence believes that human prisoners may be used as labor somewhere inside.",
  2422.             "EncyclopediaGerman": "Dieses Bauwerk ist teils eine Kompostier-Anlage (Gas f├╝r die Zeppeline), und teils eine Instandhaltungs-Anlage. Die Aufkl├ñrung glaubt, da├ƒ darin menschliche Gefangene als Arbeitssklaven dienen.",
  2423.             "EncyclopediaFrench": "Cet ├⌐trange immeuble n'est en fait qu'un centre de compostage. Le gaz sert aux Zeppelins. Des rumeurs circulent que plus d'un prisonnier aurait fini sa vie dans cette prison immonde.",
  2424.             "EncyclopediaFrame": 15,
  2425.             "ExplosionAnimation_Begin": 1,
  2426.             "ExplosionAnimation_Qty": 25,
  2427.             "ProductionFrench": "Zeppelins",
  2428.             "ProductionGerman": "Zeppelin"
  2429.         },
  2430.         {
  2431.             "Counter": 90,
  2432.             "TypeID": 101,
  2433.             "NameEnglish": "Rocket Tower",
  2434.             "NameGerman": "RaketTower",
  2435.             "NameFrench": "Tour missiles",
  2436.             "BuildingCat": 0,
  2437.             "Race": 0,
  2438.             "CanBuild": 1,
  2439.             "Prerequisite": 130,
  2440.             "UniqueOnMap": 0,
  2441.             "TransformIntoUnit": 38,
  2442.             "SizeX": 1,
  2443.             "SizeY": 1,
  2444.             "Position": 3,
  2445.             "Cost": 100,
  2446.             "Recycle": 40,
  2447.             "TechReward": 0,
  2448.             "ResProduction": 0,
  2449.             "Armor": 30,
  2450.             "isDestructible": 1,
  2451.             "hasRuin": 1,
  2452.             "isAItarget": 1,
  2453.             "AIcategory": 6,
  2454.             "ImageID": "HROK",
  2455.             "DamagedImages": 1,
  2456.             "EncyclopediaEnglish": "The Rocket Tower is equipped with \"Raven IX\" Rockets and is the best defense unit.",
  2457.             "EncyclopediaGerman": "Der Rakteten-Tower ist mit ΓÇÿRaven IXΓÇÖ-Raketen best├╝ckt und stellt die beste Verteidigungs-Einheit dar.",
  2458.             "EncyclopediaFrench": "Notre tour ├á missiles est notre meilleure d├⌐fense pour les villes.",
  2459.             "EncyclopediaFrame": -1,
  2460.             "ExplosionAnimation_Begin": -1,
  2461.             "ExplosionAnimation_Qty": 25
  2462.         },
  2463.         {
  2464.             "Counter": 143,
  2465.             "TypeID": 1010,
  2466.             "NameEnglish": "Defence Ruin",
  2467.             "NameGerman": "Verteid.-Ruine",
  2468.             "NameFrench": "Ruine",
  2469.             "BuildingCat": 1,
  2470.             "Race": 1,
  2471.             "CanBuild": 0,
  2472.             "Prerequisite": 65535,
  2473.             "UniqueOnMap": 0,
  2474.             "TransformIntoUnit": 65535,
  2475.             "SizeX": 2,
  2476.             "SizeY": 2,
  2477.             "Position": 3,
  2478.             "Cost": 0,
  2479.             "Recycle": 0,
  2480.             "TechReward": 0,
  2481.             "ResProduction": 0,
  2482.             "Armor": 125,
  2483.             "isDestructible": 1,
  2484.             "hasRuin": 1,
  2485.             "isAItarget": 1,
  2486.             "AIcategory": 9,
  2487.             "ImageID": "RDEF",
  2488.             "DamagedImages": 0,
  2489.             "EncyclopediaEnglish": "Not in encyclopedia.",
  2490.             "EncyclopediaGerman": "Nicht in der Enzyklop├ñdie",
  2491.             "EncyclopediaFrench": "Pas dans encyclop├⌐die",
  2492.             "EncyclopediaFrame": -1,
  2493.             "ExplosionAnimation_Begin": 1,
  2494.             "ExplosionAnimation_Qty": 25
  2495.         },
  2496.         {
  2497.             "Counter": 103,
  2498.             "TypeID": 481,
  2499.             "NameEnglish": "Central Pod",
  2500.             "NameGerman": "ShubCenter",
  2501.             "NameFrench": "Habitation",
  2502.             "BuildingCat": 0,
  2503.             "Race": 2,
  2504.             "CanBuild": 0,
  2505.             "Prerequisite": 65535,
  2506.             "UniqueOnMap": 0,
  2507.             "TransformIntoUnit": 65535,
  2508.             "SizeX": 2,
  2509.             "SizeY": 3,
  2510.             "Position": 3,
  2511.             "Cost": 150,
  2512.             "Recycle": 0,
  2513.             "TechReward": 0,
  2514.             "ResProduction": 0,
  2515.             "Armor": 100,
  2516.             "isDestructible": 1,
  2517.             "hasRuin": 1,
  2518.             "isAItarget": 0,
  2519.             "AIcategory": 9,
  2520.             "ImageID": "BGEB",
  2521.             "DamagedImages": 1,
  2522.             "EncyclopediaEnglish": "The Pod where the highest ranking Shubblar reside.  Intelligence reports indicate that their social system is based on strength and outright brutality.",
  2523.             "EncyclopediaGerman": "Der Lebensraum der h├╢her-rangigen Shubblar. Die Aufkl├ñrung berichtet, da├ƒ ihr soziales System auf St├ñrke basiert, und au├ƒergew├╢hnlich brutal ist.",
  2524.             "EncyclopediaFrench": "Probablement l'habitation des chefs Shubblar. Leur syst├¿me politique est bas├⌐ sur la brutalit├⌐ et la barbarie; la loi du plus fort.",
  2525.             "EncyclopediaFrame": 5,
  2526.             "ExplosionAnimation_Begin": 1,
  2527.             "ExplosionAnimation_Qty": 25
  2528.         },
  2529.         {
  2530.             "Counter": 86,
  2531.             "TypeID": 153,
  2532.             "NameEnglish": "Recovery Ctr",
  2533.             "NameGerman": "Medic-Center",
  2534.             "NameFrench": "H├┤pital",
  2535.             "BuildingCat": 0,
  2536.             "Race": 0,
  2537.             "CanBuild": 1,
  2538.             "Prerequisite": 174,
  2539.             "UniqueOnMap": 1,
  2540.             "TransformIntoUnit": 65535,
  2541.             "SizeX": 3,
  2542.             "SizeY": 2,
  2543.             "Position": 3,
  2544.             "Cost": 300,
  2545.             "Recycle": 225,
  2546.             "TechReward": 0,
  2547.             "ResProduction": 0,
  2548.             "Production": "Armor+Movement",
  2549.             "Armor": 200,
  2550.             "isDestructible": 1,
  2551.             "hasRuin": 1,
  2552.             "isAItarget": 1,
  2553.             "AIcategory": 10,
  2554.             "ImageID": "HREP",
  2555.             "DamagedImages": 1,
  2556.             "EncyclopediaEnglish": "A Recovery Center permits the call of the Automated Units: Armor and Movement.",
  2557.             "EncyclopediaGerman": "Das Medic-Center erm├╢glicht die Anforderung der automatisierten Einheit: Medic.",
  2558.             "EncyclopediaFrench": "L'H├┤pital permet d'utiliser le m├⌐decin pour r├⌐tablir l'armure ou le mouvement d'une unit├⌐.",
  2559.             "EncyclopediaFrame": 53,
  2560.             "ExplosionAnimation_Begin": 1,
  2561.             "ExplosionAnimation_Qty": 25,
  2562.             "ProductionFrench": "M├⌐decin",
  2563.             "ProductionGerman": "Panzerung+Mobilizer"
  2564.         },
  2565.         {
  2566.             "Counter": 155,
  2567.             "TypeID": 175,
  2568.             "NameEnglish": "Deploy Mk4",
  2569.             "NameGerman": "StatCent4",
  2570.             "NameFrench": "D├⌐ploiement IV",
  2571.             "BuildingCat": 0,
  2572.             "Race": 0,
  2573.             "CanBuild": 1,
  2574.             "Prerequisite": 130,
  2575.             "UniqueOnMap": 0,
  2576.             "TransformIntoUnit": 65535,
  2577.             "SizeX": 2,
  2578.             "SizeY": 2,
  2579.             "Position": 3,
  2580.             "Cost": 600,
  2581.             "Recycle": 450,
  2582.             "TechReward": 0,
  2583.             "ResProduction": 130,
  2584.             "Production": "Deploy points",
  2585.             "Armor": 150,
  2586.             "isDestructible": 1,
  2587.             "hasRuin": 1,
  2588.             "isAItarget": 1,
  2589.             "AIcategory": 9,
  2590.             "ImageID": "HDEP",
  2591.             "DamagedImages": 1,
  2592.             "EncyclopediaEnglish": "The Deployment Center allows the player to deploy more units. A player can use up to 10 deployment centers at maximum. The Deployment Center will give more deployment points as the game progresses.",
  2593.             "EncyclopediaGerman": "Das Stationierungs-Center erlaubt die Stationierung weiterer Einheiten. Bis zu 10 Stat.-Center sind einem Spieler erlaubt. Jedes davon erbringt im Verlauf des Spieles zus├ñtzliche Stationierungspunkte.",
  2594.             "EncyclopediaFrench": "Le centre de d├⌐ploiement permet de d├⌐ployer plus d'unit├⌐s lors de vos attaques. Un joueur peut en poss├⌐der 10 au maximum.",
  2595.             "EncyclopediaFrame": -1,
  2596.             "ExplosionAnimation_Begin": 1,
  2597.             "ExplosionAnimation_Qty": 25,
  2598.             "ProductionFrench": "Points de D├⌐ploiment",
  2599.             "ProductionGerman": "Stationierungspunkte"
  2600.         },
  2601.         {
  2602.             "Counter": 115,
  2603.             "TypeID": 1007,
  2604.             "NameEnglish": "Barrack Ruin",
  2605.             "NameGerman": "KasRuine",
  2606.             "NameFrench": "Ruine",
  2607.             "BuildingCat": 1,
  2608.             "Race": 1,
  2609.             "CanBuild": 0,
  2610.             "Prerequisite": 65535,
  2611.             "UniqueOnMap": 0,
  2612.             "TransformIntoUnit": 65535,
  2613.             "SizeX": 2,
  2614.             "SizeY": 2,
  2615.             "Position": 3,
  2616.             "Cost": 0,
  2617.             "Recycle": 0,
  2618.             "TechReward": 0,
  2619.             "ResProduction": 0,
  2620.             "Armor": 75,
  2621.             "isDestructible": 1,
  2622.             "hasRuin": 1,
  2623.             "isAItarget": 1,
  2624.             "AIcategory": 9,
  2625.             "ImageID": "RBAR",
  2626.             "DamagedImages": 0,
  2627.             "EncyclopediaEnglish": "We have detected this ruin of the first Haven wars, we suspect more to be found.",
  2628.             "EncyclopediaGerman": "Wir haben diese Ruine der ersten New-Haven-Kriege entdeckt; und wir erwarten noch weitere zu finden.",
  2629.             "EncyclopediaFrench": "Une ruine de la premi├¿re guerre de Nu Haven. D'autres existent probablement.",
  2630.             "EncyclopediaFrame": -1,
  2631.             "ExplosionAnimation_Begin": 1,
  2632.             "ExplosionAnimation_Qty": 25
  2633.         },
  2634.         {
  2635.             "Counter": 93,
  2636.             "TypeID": 230,
  2637.             "NameEnglish": "Tauran HQ",
  2638.             "NameGerman": "TaurHQ",
  2639.             "NameFrench": "QG Tauran",
  2640.             "BuildingCat": 0,
  2641.             "Race": 1,
  2642.             "CanBuild": 0,
  2643.             "Prerequisite": 65535,
  2644.             "UniqueOnMap": 1,
  2645.             "TransformIntoUnit": 65535,
  2646.             "SizeX": 5,
  2647.             "SizeY": 5,
  2648.             "Position": 3,
  2649.             "Cost": 1500,
  2650.             "Recycle": 0,
  2651.             "TechReward": 0,
  2652.             "ResProduction": 0,
  2653.             "Armor": 700,
  2654.             "isDestructible": 1,
  2655.             "hasRuin": 1,
  2656.             "isAItarget": 0,
  2657.             "AIcategory": 9,
  2658.             "ImageID": "THQ",
  2659.             "DamagedImages": 1,
  2660.             "EncyclopediaEnglish": "The structure is constructed from an unknown material of extremely high resistance. Intelligence believes that it may be the Tauran HQ.",
  2661.             "EncyclopediaGerman": "Dieses Bauwerk besteht aus einem unbekannten Material von extrem hoher Widerstandskraft. Die Aufkl├ñrung glaubt, da├ƒ dies das Tauranische HQ ist.",
  2662.             "EncyclopediaFrench": "Construite en un mat├⌐riel inconnu d'une tr├¿s grande r├⌐sistance. Le si├¿ge du haut commandement Tauran.",
  2663.             "EncyclopediaFrame": 99,
  2664.             "ExplosionAnimation_Begin": 1,
  2665.             "ExplosionAnimation_Qty": 25
  2666.         },
  2667.         {
  2668.             "Counter": 128,
  2669.             "TypeID": 285,
  2670.             "NameEnglish": "Comm Center",
  2671.             "NameGerman": "CommCenter",
  2672.             "NameFrench": "Communications",
  2673.             "BuildingCat": 0,
  2674.             "Race": 1,
  2675.             "CanBuild": 0,
  2676.             "Prerequisite": 65535,
  2677.             "UniqueOnMap": 0,
  2678.             "TransformIntoUnit": 65535,
  2679.             "SizeX": 2,
  2680.             "SizeY": 2,
  2681.             "Position": 3,
  2682.             "Cost": 700,
  2683.             "Recycle": 0,
  2684.             "TechReward": 0,
  2685.             "ResProduction": 0,
  2686.             "Armor": 150,
  2687.             "isDestructible": 1,
  2688.             "hasRuin": 1,
  2689.             "isAItarget": 0,
  2690.             "AIcategory": 9,
  2691.             "ImageID": "TCMC",
  2692.             "DamagedImages": 1,
  2693.             "EncyclopediaEnglish": "The Communication Center allows the Taurans to communicate with their star ships and other cities.",
  2694.             "EncyclopediaGerman": "Das Kommunikations-Zentrum erlaubt den Tauraniern, mit ihren Sternenschiffen und anderen Citys Kontakt aufzunehmen.",
  2695.             "EncyclopediaFrench": "Leur centre de communication. Il leur permet de communiquer avec leur vaisseaux et leurs villes.",
  2696.             "EncyclopediaFrame": 88,
  2697.             "ExplosionAnimation_Begin": 1,
  2698.             "ExplosionAnimation_Qty": 25
  2699.         },
  2700.         {
  2701.             "Counter": 122,
  2702.             "TypeID": 281,
  2703.             "NameEnglish": "Structure",
  2704.             "NameGerman": "Bauwerk",
  2705.             "NameFrench": "Structure",
  2706.             "BuildingCat": 0,
  2707.             "Race": 1,
  2708.             "CanBuild": 0,
  2709.             "Prerequisite": 65535,
  2710.             "UniqueOnMap": 0,
  2711.             "TransformIntoUnit": 65535,
  2712.             "SizeX": 3,
  2713.             "SizeY": 3,
  2714.             "Position": 3,
  2715.             "Cost": 450,
  2716.             "Recycle": 0,
  2717.             "TechReward": 0,
  2718.             "ResProduction": 0,
  2719.             "Armor": 100,
  2720.             "isDestructible": 1,
  2721.             "hasRuin": 1,
  2722.             "isAItarget": 0,
  2723.             "AIcategory": 9,
  2724.             "ImageID": "TGEB",
  2725.             "DamagedImages": 1,
  2726.             "EncyclopediaEnglish": "The Taurans do not build for specific uses, but rather will modify the interior of their buildings for whatever need has priority.  The size of the building may have some indication of its importance.",
  2727.             "EncyclopediaGerman": "Die Tauranier bauen nicht f├╝r bestimmte Zwecke - sie modifizieren Innenr├ñume nachtr├ñglich f├╝r die erforderlichen Zwecke. Allenfalls die Gr├╢├ƒe l├ñ├ƒt Schl├╝sse auf den Stellenwert des Geb├ñudes zu.",
  2728.             "EncyclopediaFrench": "Ce b├ótiment sert ├á plusieurs choses: Habitation Tauran, r├⌐serve de nourriture et parfois de d├⌐p├┤t d'armes.",
  2729.             "EncyclopediaFrame": 95,
  2730.             "ExplosionAnimation_Begin": 1,
  2731.             "ExplosionAnimation_Qty": 25
  2732.         },
  2733.         {
  2734.             "Counter": 100,
  2735.             "TypeID": 270,
  2736.             "NameEnglish": "Sea Base",
  2737.             "NameGerman": "See-Basis",
  2738.             "NameFrench": "Port Tauran",
  2739.             "BuildingCat": 0,
  2740.             "Race": 1,
  2741.             "CanBuild": 0,
  2742.             "Prerequisite": 65535,
  2743.             "UniqueOnMap": 0,
  2744.             "TransformIntoUnit": 65535,
  2745.             "SizeX": 3,
  2746.             "SizeY": 2,
  2747.             "Position": 1,
  2748.             "Cost": 650,
  2749.             "Recycle": 0,
  2750.             "TechReward": 0,
  2751.             "ResProduction": 0,
  2752.             "Armor": 200,
  2753.             "isDestructible": 1,
  2754.             "hasRuin": 1,
  2755.             "isAItarget": 0,
  2756.             "AIcategory": 9,
  2757.             "ImageID": "TPRT",
  2758.             "DamagedImages": 1,
  2759.             "EncyclopediaEnglish": "The storage and maintenance facility for the Tauran water units.",
  2760.             "EncyclopediaGerman": "Eine Basis und Versorgungs-Station f├╝r tauranische Wasser-Einheiten.",
  2761.             "EncyclopediaFrench": "La base des unit├⌐s maritimes Tauran.",
  2762.             "EncyclopediaFrame": 112,
  2763.             "ExplosionAnimation_Begin": 1,
  2764.             "ExplosionAnimation_Qty": 25
  2765.         }
  2766.     ]
  2767. }